Home
last modified time | relevance | path

Searched refs:HttpVersionNotSupported (Results 1 – 25 of 42) sorted by relevance

12

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/hyper-0.10.16/src/
H A Dstatus.rs207 HttpVersionNotSupported, enumerator
289 505 => StatusCode::HttpVersionNotSupported, in from_u16()
356 StatusCode::HttpVersionNotSupported => 505, in to_u16()
443 StatusCode::HttpVersionNotSupported => Some("HTTP Version Not Supported"), in canonical_reason()
738 validate(505, HttpVersionNotSupported, InternalServerError, in test_status_code()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/hyper/src/
H A Dstatus.rs207 HttpVersionNotSupported, enumerator
289 505 => StatusCode::HttpVersionNotSupported, in from_u16()
356 StatusCode::HttpVersionNotSupported => 505, in to_u16()
443 StatusCode::HttpVersionNotSupported => Some("HTTP Version Not Supported"), in canonical_reason()
738 validate(505, HttpVersionNotSupported, InternalServerError, in test_status_code()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/hyper-0.10.16/src/
H A Dstatus.rs207 HttpVersionNotSupported, enumerator
289 505 => StatusCode::HttpVersionNotSupported, in from_u16()
356 StatusCode::HttpVersionNotSupported => 505, in to_u16()
443 StatusCode::HttpVersionNotSupported => Some("HTTP Version Not Supported"), in canonical_reason()
738 validate(505, HttpVersionNotSupported, InternalServerError, in test_status_code()
/dports/www/websocat/websocat-1.9.0/cargo-crates/hyper-0.10.16/src/
H A Dstatus.rs207 HttpVersionNotSupported, enumerator
289 505 => StatusCode::HttpVersionNotSupported, in from_u16()
356 StatusCode::HttpVersionNotSupported => 505, in to_u16()
443 StatusCode::HttpVersionNotSupported => Some("HTTP Version Not Supported"), in canonical_reason()
738 validate(505, HttpVersionNotSupported, InternalServerError, in test_status_code()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/hyper-0.11.27/src/
H A Dstatus.rs196 HttpVersionNotSupported, enumerator
303 505 => StatusCode::HttpVersionNotSupported, in from_u16()
390 StatusCode::HttpVersionNotSupported => 505, in as_u16()
477 StatusCode::HttpVersionNotSupported => Some("HTTP Version Not Supported"), in canonical_reason()
746 validate(505, HttpVersionNotSupported, InternalServerError, in test_status_code()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/hyper-old-types-0.11.0/src/
H A Dstatus.rs196 HttpVersionNotSupported, enumerator
303 505 => StatusCode::HttpVersionNotSupported, in from_u16()
390 StatusCode::HttpVersionNotSupported => 505, in as_u16()
477 StatusCode::HttpVersionNotSupported => Some("HTTP Version Not Supported"), in canonical_reason()
746 validate(505, HttpVersionNotSupported, InternalServerError, in test_status_code()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.11.27/src/
H A Dstatus.rs196 HttpVersionNotSupported, enumerator
303 505 => StatusCode::HttpVersionNotSupported, in from_u16()
390 StatusCode::HttpVersionNotSupported => 505, in as_u16()
477 StatusCode::HttpVersionNotSupported => Some("HTTP Version Not Supported"), in canonical_reason()
746 validate(505, HttpVersionNotSupported, InternalServerError, in test_status_code()
/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/
H A Dexceptions.py340 HttpVersionNotSupported = _exc.HttpVersionNotSupported variable
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/
H A DHttpStatusCode.cs66 HttpVersionNotSupported = 505, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpStatusCode.cs224 HttpVersionNotSupported = 505, enumerator
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Web/
H A Dmod.rs70 pub const HttpVersionNotSupported: Self = Self(505i32); const
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/deps/qhttpengine/src/include/qhttpengine/
H A Dsocket.h176 HttpVersionNotSupported = 505 enumerator
/dports/www/qhttpengine/qhttpengine-1.0.1-5-g43f55df/src/include/qhttpengine/
H A Dsocket.h176 HttpVersionNotSupported = 505 enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Managed/
H A DHttpListenerRequest.Managed.cs125 _context.ErrorStatus = (int)HttpStatusCode.HttpVersionNotSupported; in SetRequestLine()
126 … _context.ErrorMessage = HttpStatusDescription.Get(HttpStatusCode.HttpVersionNotSupported); in SetRequestLine()
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/http/src/
H A Dstatus.rs265 505, "505", HttpVersionNotSupported => "HTTP Version Not Supported",
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Web/Http/
H A Dmod.rs143 pub const HttpVersionNotSupported: Self = Self(505i32); const
/dports/devel/py-keystoneauth1/keystoneauth1-4.4.0/keystoneauth1/exceptions/
H A Dhttp.py369 class HttpVersionNotSupported(HttpServerError): class
/dports/net/py-python-cinderclient/python-cinderclient-7.2.0/cinderclient/apiclient/
H A Dexceptions.py385 class HttpVersionNotSupported(HttpServerError): class
/dports/net/py-python-glanceclient/python-glanceclient-3.5.0/glanceclient/v1/apiclient/
H A Dexceptions.py410 class HttpVersionNotSupported(HttpServerError): class
/dports/net/py-python-ceilometerclient/python-ceilometerclient-2.9.0/ceilometerclient/apiclient/
H A Dexceptions.py412 class HttpVersionNotSupported(HttpServerError): class
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/deps/qhttpengine/src/src/
H A Dsocket.cpp96 case Socket::HttpVersionNotSupported: return "HTTP VERSION NOT SUPPORTED"; in statusReason()
/dports/www/qhttpengine/qhttpengine-1.0.1-5-g43f55df/src/src/
H A Dsocket.cpp96 case Socket::HttpVersionNotSupported: return "HTTP VERSION NOT SUPPORTED"; in statusReason()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Net.Http.Formatting.Test.Unit/DataSets/Types/
H A DHttpTestData.cs48 HttpStatusCode.HttpVersionNotSupported,
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/include/cpprest/details/
H A Dhttp_constants.dat67 DAT(HttpVersionNotSupported, 505, _XPLATSTR("HTTP Version not supported"))
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Web/
H A Dmod.rs175 pub const HttpVersionNotSupported: WebErrorStatus = WebErrorStatus(505i32);

12