This repository was archived by the owner on Jul 31, 2022. It is now read-only.
Replace predicate handler predicate with Predicate<HttpExchange> #22
Labels
feature request
Request a feature
Prerequisites
If all checks are not passed then the request will be closed
Proposal
Describe the feature that should be added
Change predicate handler so it uses a
Predicate<HttpExchange>
instead of aPredicate<SimpleHttpExchange>
.Reasoning
Explain why this feature should be added
The library should be compatible with the native sun http server, and the handler already has the native
HttpHandler
as the parameters.The text was updated successfully, but these errors were encountered: