inveniosoftware / inveniosoftware/flask-resources
Find a way to pass request.remote_addr in resource_requestctx
Open
good first issue
- Dominant language
- Python
- Stars
- 3
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
`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.
Contributor guide
Assessment
This issue has not been assessed yet.