twisted / twisted/twisted

Implement HTTP request acception / rejection as defined in RFC 2616 - 8.2.3

Open
#6,928 7 comments 0 reactions 1 assignee View on GitHub

@adiroiban is already working on this.

Since Jun 27, 2022.

enhancement new priority-normal web
Dominant language
Python
Stars
6k
Forks
1.2k
Avg merge
2d 10h
Merged PRs (30d)
10

Description

adiroiban's avatar @adiroiban reported
Trac ID trac#6928
Type enhancement
Created 2014-01-22 19:24:00Z

Right now HTTPRequest will accept all request asking for accept: 100-continue

In my view it would be nice to let the resource to decide whether or not it wants to accept the request.

This might be a step toward fixing #4688 as it define a way for resource to notify the resource before body is received.

Link to RFC
http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8.2.3

Error handling:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.20

Searchable metadata
trac-id__6928 6928
type__enhancement enhancement
reporter__adiroiban adiroiban
priority__normal normal
milestone__ 
branch__ 
branch_author__ 
status__new new
resolution__None None
component__web web
keywords__ 
time__1390418640000000 1390418640000000
changetime__1470994174862351 1470994174862351
version__None None
owner__adiroiban adiroiban
cc__jknight cc__lukasaoz@...

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.