File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -393,6 +393,11 @@ extension HTTPField.Name {
393
393
/// https://www.rfc-editor.org/rfc/rfc9110.html
394
394
public static var proxyAuthorization : Self { . init( rawName: " Proxy-Authorization " , canonicalName: " proxy-authorization " ) }
395
395
396
+ /// Proxy-Status
397
+ ///
398
+ /// https://www.rfc-editor.org/rfc/rfc9209.html
399
+ public static var proxyStatus : Self { . init( rawName: " Proxy-Status " , canonicalName: " proxy-status " ) }
400
+
396
401
/// Range
397
402
///
398
403
/// https://www.rfc-editor.org/rfc/rfc9110.html
@@ -532,8 +537,6 @@ extension HTTPField.Name {
532
537
static var secCHGeohash : Self { . init( rawName: " Sec-CH-Geohash " , canonicalName: " sec-ch-geohash " ) }
533
538
/// Client-Geohash
534
539
static var clientGeohash : Self { . init( rawName: " Client-Geohash " , canonicalName: " client-geohash " ) }
535
- /// Proxy-Status
536
- static var proxyStatus : Self { . init( rawName: " Proxy-Status " , canonicalName: " proxy-status " ) }
537
540
/// Proxy-QUIC-Forwarding
538
541
static var proxyQUICForwarding : Self { . init( rawName: " Proxy-QUIC-Forwarding " , canonicalName: " proxy-quic-forwarding " ) }
539
542
/// Proxy-Config-Epoch
You can’t perform that action at this time.
0 commit comments