Skip to content

Commit

Permalink
Merge pull request #43 from guoye-zhang/connectudplisten
Browse files Browse the repository at this point in the history
Add Connect-UDP-Listen
  • Loading branch information
guoye-zhang authored Jan 18, 2024
2 parents 782b1bf + be3407a commit 12358d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ needs to be listed here.
- Guoye Zhang <[email protected]>
- Gwynne Raskind <[email protected]>
- Jager-yoo <[email protected]>
- Max Desiatov <[email protected]>
- Sergey Dmitriev <[email protected]>
- Tim Condon <[email protected]>
- Tomohiro Kumagai <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions Sources/HTTPTypes/HTTPFieldName.swift
Original file line number Diff line number Diff line change
Expand Up @@ -504,4 +504,6 @@ extension HTTPField.Name {
static var proxyQUICForwarding: Self { .init(rawName: "Proxy-QUIC-Forwarding", canonicalName: "proxy-quic-forwarding") }
/// Proxy-Config-Epoch
static var proxyConfigEpoch: Self { .init(rawName: "Proxy-Config-Epoch", canonicalName: "proxy-config-epoch") }
/// Connect-UDP-Listen
static var connectUDPListen: Self { .init(rawName: "Connect-UDP-Listen", canonicalName: "connect-udp-listen") }
}

0 comments on commit 12358d5

Please sign in to comment.