Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a builder #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

oscar-besga-panel
Copy link

Add a builder to the http server, to easily manage creation of server.
I think this can be a first step, maybe include more configurations to the builder/server.

Also, add a custom executor to the server.

Also, put the handler as the last parameter, as is easier to do
server.addHandler("/request", autenticator, handler -> doRequestHandler(handler) );
than
server.addHandler("/request", handler -> doRequestHandler(handler), autenticator );

Tell me what you think

Add an executor to the server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant