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

Find a way to pass request.remote_addr in resource_requestctx #85

Open
fenekku opened this issue Oct 21, 2020 · 0 comments
Open

Find a way to pass request.remote_addr in resource_requestctx #85

fenekku opened this issue Oct 21, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@fenekku
Copy link
Contributor

fenekku commented Oct 21, 2020

resource_requestctx is essentially a validated and value converted request object: it holds the headers, route args, querystring args, body content. However it doesn't hold the request's IP yet and it should to allow more functionality to be decoupled from request.directly.

Implement the IP (request.remote_addr) loader in this task.

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
Projects
None yet
Development

No branches or pull requests

1 participant