Make new request/response API public
Open
@wsanchez is already working on this.
Since Oct 10, 2018.
feature
- Dominant language
- Python
- Stars
- 838
- Forks
- 123
- Avg merge
- 7h 58m
- Merged PRs (30d)
- 12
Description
Make new request/response API public. That would add to the package (__init__.py):
- From
_imessage.py:FountAlreadyAccessedErrorIHTTPHeadersIMutableHTTPHeadersIHTTPMessageIHTTPRequestIHTTPResponse
- From
_headers.py:FrozenHTTPHeadersMutableHTTPHeaders
- From
_request.py:FrozenHTTPRequest
- From
_request_compat.py:HTTPRequestWrappingIRequest
- From
_response.py:FrozenHTTPResponse
Before these become public, the following tickets need to be addressed:
- #227: Decide whether to keep polymorphic text/bytes in headers API
- #239: Use DecodedURL
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.