Skip to content

Commit d19ec0a

Browse files
committed
More documentation.
1 parent 5cd6b4a commit d19ec0a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/protocol/http/header/te.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
module Protocol
1111
module HTTP
1212
module Header
13-
# The `te` header indicates the transfer encodings the client is willing to accept.
13+
# The `te` header indicates the transfer encodings the client is willing to accept. AKA `accept-transfer-encoding`. How we ended up with `te` instead of `accept-transfer-encoding` is a mystery lost to time.
1414
#
1515
# The `te` header allows a client to indicate which transfer encodings it can handle, and in what order of preference using quality factors.
1616
class TE < Split

releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Introduce rich support for `Header::Digest`, `Header::ServerTiming`, `Header::TE`, `Header::Trailer` and `Header::TransferEncoding`.
6+
57
### Improved HTTP Trailer Security
68

79
This release introduces significant security improvements for HTTP trailer handling, addressing potential HTTP request smuggling vulnerabilities by implementing a restrictive-by-default policy for trailer headers.

0 commit comments

Comments
 (0)