This repository was archived by the owner on Jul 31, 2022. It is now read-only.
03.01.00
Changes
- added new
SSEHandler
for server sent events - added
#getOutputStream
toSimpleHttpExchange
- 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