twisted / twisted/klein

Make new request/response API public

Open
#253 2 comments 0 reactions 1 assignee View on GitHub

@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:
    • FountAlreadyAccessedError
    • IHTTPHeaders
    • IMutableHTTPHeaders
    • IHTTPMessage
    • IHTTPRequest
    • IHTTPResponse
  • From _headers.py:
    • FrozenHTTPHeaders
    • MutableHTTPHeaders
  • 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.