Skip to content

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