Skip to content

Commit 12358d5

Browse files
authored
Merge pull request #43 from guoye-zhang/connectudplisten
Add Connect-UDP-Listen
2 parents 782b1bf + be3407a commit 12358d5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CONTRIBUTORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ needs to be listed here.
1515
- Guoye Zhang <[email protected]>
1616
- Gwynne Raskind <[email protected]>
1717
- Jager-yoo <[email protected]>
18+
- Max Desiatov <[email protected]>
1819
- Sergey Dmitriev <[email protected]>
1920
- Tim Condon <[email protected]>
2021
- Tomohiro Kumagai <[email protected]>

Sources/HTTPTypes/HTTPFieldName.swift

+2
Original file line numberDiff line numberDiff line change
@@ -504,4 +504,6 @@ extension HTTPField.Name {
504504
static var proxyQUICForwarding: Self { .init(rawName: "Proxy-QUIC-Forwarding", canonicalName: "proxy-quic-forwarding") }
505505
/// Proxy-Config-Epoch
506506
static var proxyConfigEpoch: Self { .init(rawName: "Proxy-Config-Epoch", canonicalName: "proxy-config-epoch") }
507+
/// Connect-UDP-Listen
508+
static var connectUDPListen: Self { .init(rawName: "Connect-UDP-Listen", canonicalName: "connect-udp-listen") }
507509
}

0 commit comments

Comments
 (0)