This repository was archived by the owner on Jul 31, 2022. It is now read-only.
02.00.00
Pre-release
Pre-release
Jitpack not supported for this version
v2 is a complete overhaul; any project using older versions will not work with this version
- Added
SimpleHttpCookie - Added
HttpSession - Added
#toString()for all classes - Replaced
HttpServerwithSimpleHttpServer- Added method to get handlers given a context
- Changed
#createContext(...)so it returnsHttpContext - Added temporary contexts
contexts that delete themselves after one exchange and/or after expiry
- Replace
RequestPacketwithSimpleHttpExchange- Added methods for context, principal, scheme, authority, context, and fragment
- Added methods to get and set cookies
- Added parameter to
#send(...)for gzip (was enabled by default) - Added missing get/set attribute
- Optimized initialization
- Optimized get/post
- Replaced
RequestHandlerwith extendedSimpleHttpHandlerwhich now extendsHttpHandler - Replaced
AuthenticatorwithSimpleHttpExchangeAuthenticator - Changed
PredicateHandlerso it extendsSimpleHttpHandler- Optimized how predicate was handled
- Changed
RootHandlerso it extendsSimpleHttpHandler - Changed
RedirectHandlerso it extendsSimpleHttpHandler
- Merged
FilePreHandlerandFilePostHandlertoFileHandlerwhich now extendsSimpleHttpHandler- Merged
FileNameAdapterandFileBytesAdaptertoFileHandlerAdapter - Optimized pre/post
- Merged
- Optimized how context standardization was formatted