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 committed 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 <guoye_zhang@apple.com>
- Gwynne Raskind <gwynne@vapor.codes>
- Jager-yoo <y73447jh@gmail.com>
- Max Desiatov <m_desiatov@apple.com>
- Sergey Dmitriev <s.dmitriev@safe-tech.ru>
- Tim Condon <0xTim@users.noreply.github.com>
- Tomohiro Kumagai <tomo@ez-net.jp>
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.