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

x-http-method-override when we send request #613

Open
EvgeniiMekhanik opened this issue Apr 16, 2024 · 1 comment
Open

x-http-method-override when we send request #613

EvgeniiMekhanik opened this issue Apr 16, 2024 · 1 comment
Labels
enhancement New feature or request good to start Start form this tasks if you're new in the framework
Milestone

Comments

@EvgeniiMekhanik
Copy link
Contributor

When client sends request with x-http-method-override real request method is set in x-http-method-override header. For example if client
sends HEAD request with x-http-method-override = GET, client should be expected to handle body in response.

@EvgeniiMekhanik
Copy link
Contributor Author

We need to set Request.method = value from x-http-method-override

@krizhanovsky krizhanovsky added the enhancement New feature or request label Apr 17, 2024
@krizhanovsky krizhanovsky added this to the 1.0 - GA milestone Apr 17, 2024
@krizhanovsky krizhanovsky added the good to start Start form this tasks if you're new in the framework label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good to start Start form this tasks if you're new in the framework
Projects
None yet
Development

No branches or pull requests

2 participants