Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

03.01.00

Compare
Choose a tag to compare
@Katsute Katsute released this 09 Apr 23:09
be0d67d

Changes

  • added new SSEHandler for server sent events
  • added #getOutputStream to SimpleHttpExchange
  • output streams now no longer close unless SimpleHttpExchange#close() is run or if the stream is closed.

Development

  • added final keyword to some methods
  • removed debug string from RedirectHandler