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

Replace predicate handler predicate with Predicate<HttpExchange> #22

Closed
2 tasks done
Katsute opened this issue Apr 15, 2020 · 0 comments
Closed
2 tasks done

Replace predicate handler predicate with Predicate<HttpExchange> #22

Katsute opened this issue Apr 15, 2020 · 0 comments
Assignees
Labels
feature request Request a feature

Comments

@Katsute
Copy link
Member

Katsute commented Apr 15, 2020

Prerequisites

If all checks are not passed then the request will be closed

  • I have checked that no other similar feature request already exists
  • The feature request makes sense for the project

Proposal

Describe the feature that should be added
Change predicate handler so it uses a Predicate<HttpExchange> instead of a Predicate<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.

@Katsute Katsute added the feature request Request a feature label Apr 15, 2020
@Katsute Katsute self-assigned this Apr 15, 2020
Katsute added a commit that referenced this issue Apr 16, 2020
@Katsute Katsute mentioned this issue Apr 16, 2020
5 tasks
Katsute added a commit that referenced this issue Apr 16, 2020
Co-authored-by: Katsute <[email protected]>
@Katsute Katsute closed this as completed Apr 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request Request a feature
Projects
None yet
Development

No branches or pull requests

1 participant