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 handler method for HTTP headers #103

Open
isaacgr opened this issue Sep 8, 2021 · 0 comments
Open

Add handler method for HTTP headers #103

isaacgr opened this issue Sep 8, 2021 · 0 comments
Labels
good first issue Good for newcomers improvement Something could be made better

Comments

@isaacgr
Copy link
Owner

isaacgr commented Sep 8, 2021

Issue
Currently theres not a way to easily access the request headers for an http client accessing the server. This limits the ability to carry out things like authentication within the protocol/factory class.

Proposal
A method within the protocol or factory which specifically handles inspection of the client (or server) headers, which could then be passed on for authentication or additional information.

@isaacgr isaacgr added good first issue Good for newcomers improvement Something could be made better labels Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers improvement Something could be made better
Projects
None yet
Development

No branches or pull requests

1 participant