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

Implement HTTP request runner #85

Closed
Tracked by #81
derevnjuk opened this issue Dec 5, 2022 · 0 comments · Fixed by #87
Closed
Tracked by #81

Implement HTTP request runner #85

derevnjuk opened this issue Dec 5, 2022 · 0 comments · Fixed by #87
Assignees
Labels
Type: enhancement New feature or request.

Comments

@derevnjuk
Copy link
Member

derevnjuk commented Dec 5, 2022

Implement a RequestRunner to handle incoming HTTP requests from the engine.

⚠️ Most of the HTTP parsers do not accept any other characters which violate RFC 7230: Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing To allow to attack headers, you should use unsafe HTTP parsers if it is viable, or override default behavior bypassing this constrain in some manner, e.g using Symbol(kOutHeaders) or Symbol(outHeadersKey) in Node.js

For more about its implementations, see HttpRequestExecutor

@derevnjuk derevnjuk self-assigned this Dec 5, 2022
@derevnjuk derevnjuk added the Type: enhancement New feature or request. label Dec 5, 2022
derevnjuk added a commit that referenced this issue Dec 5, 2022
derevnjuk added a commit that referenced this issue Dec 6, 2022
derevnjuk added a commit that referenced this issue Dec 6, 2022
derevnjuk added a commit that referenced this issue Dec 6, 2022
derevnjuk added a commit that referenced this issue Dec 6, 2022
derevnjuk added a commit that referenced this issue Dec 6, 2022
derevnjuk added a commit that referenced this issue Dec 6, 2022
derevnjuk added a commit that referenced this issue Dec 6, 2022
derevnjuk added a commit that referenced this issue Dec 6, 2022
derevnjuk added a commit that referenced this issue Dec 6, 2022
derevnjuk added a commit that referenced this issue Dec 7, 2022
derevnjuk added a commit that referenced this issue Dec 7, 2022
derevnjuk added a commit that referenced this issue Dec 7, 2022
derevnjuk added a commit that referenced this issue Dec 7, 2022
derevnjuk added a commit that referenced this issue Dec 8, 2022
derevnjuk added a commit that referenced this issue Dec 8, 2022
derevnjuk added a commit that referenced this issue Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant