Home
last modified time | relevance | path

Searched defs:HeaderValue (Results 1 – 25 of 1758) sorted by relevance

12345678910>>...71

/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/aws/smithy-go/encoding/httpbinding/
H A Dheader.go32 type HeaderValue struct { struct
33 header http.Header
34 key string
35 append bool
51 func (h HeaderValue) String(v string) {
56 func (h HeaderValue) Byte(v int8) {
61 func (h HeaderValue) Short(v int16) {
66 func (h HeaderValue) Integer(v int32) {
71 func (h HeaderValue) Long(v int64) {
76 func (h HeaderValue) Boolean(v bool) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/smithy-go/encoding/httpbinding/
H A Dheader.go32 type HeaderValue struct { struct
33 header http.Header
34 key string
35 append bool
51 func (h HeaderValue) String(v string) {
56 func (h HeaderValue) Byte(v int8) {
61 func (h HeaderValue) Short(v int16) {
66 func (h HeaderValue) Integer(v int32) {
71 func (h HeaderValue) Long(v int64) {
76 func (h HeaderValue) Boolean(v bool) {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/smithy-go/encoding/httpbinding/
H A Dheader.go32 type HeaderValue struct { struct
33 header http.Header
34 key string
35 append bool
51 func (h HeaderValue) String(v string) {
56 func (h HeaderValue) Byte(v int8) {
61 func (h HeaderValue) Short(v int16) {
66 func (h HeaderValue) Integer(v int32) {
71 func (h HeaderValue) Long(v int64) {
76 func (h HeaderValue) Boolean(v bool) {
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-http-3.0.0-beta.9/src/header/
H A Dinto_value.rs13 fn try_into_value(self) -> Result<HeaderValue, Self::Error>; in try_into_value()
16 impl IntoHeaderValue for HeaderValue { implementation
20 fn try_into_value(self) -> Result<HeaderValue, Self::Error> { in try_into_value()
25 impl IntoHeaderValue for &HeaderValue { implementation
29 fn try_into_value(self) -> Result<HeaderValue, Self::Error> { in try_into_value()
38 fn try_into_value(self) -> Result<HeaderValue, Self::Error> { in try_into_value()
47 fn try_into_value(self) -> Result<HeaderValue, Self::Error> { in try_into_value()
56 fn try_into_value(self) -> Result<HeaderValue, Self::Error> { in try_into_value()
65 fn try_into_value(self) -> Result<HeaderValue, Self::Error> { in try_into_value()
74 fn try_into_value(self) -> Result<HeaderValue, Self::Error> { in try_into_value()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/http-0.2.4/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
336 impl AsRef<[u8]> for HeaderValue { implementation
343 impl fmt::Debug for HeaderValue { implementation
484 impl FromStr for HeaderValue { implementation
593 impl PartialEq for HeaderValue { implementation
600 impl Eq for HeaderValue {} implementation
602 impl PartialOrd for HeaderValue { implementation
609 impl Ord for HeaderValue { implementation
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/http-0.2.5/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { impl
360 impl AsRef<[u8]> for HeaderValue { implementation
367 impl fmt::Debug for HeaderValue { implementation
508 impl FromStr for HeaderValue { implementation
617 impl PartialEq for HeaderValue { implementation
624 impl Eq for HeaderValue {} implementation
626 impl PartialOrd for HeaderValue { implementation
633 impl Ord for HeaderValue { implementation
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/http-0.2.5/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { impl
360 impl AsRef<[u8]> for HeaderValue { implementation
367 impl fmt::Debug for HeaderValue { implementation
508 impl FromStr for HeaderValue { implementation
617 impl PartialEq for HeaderValue { implementation
624 impl Eq for HeaderValue {} implementation
626 impl PartialOrd for HeaderValue { implementation
633 impl Ord for HeaderValue { implementation
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/http-0.2.5/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
360 impl AsRef<[u8]> for HeaderValue { implementation
367 impl fmt::Debug for HeaderValue { implementation
508 impl FromStr for HeaderValue { implementation
617 impl PartialEq for HeaderValue { implementation
624 impl Eq for HeaderValue {} implementation
626 impl PartialOrd for HeaderValue { implementation
633 impl Ord for HeaderValue { implementation
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/http-0.2.4/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
336 impl AsRef<[u8]> for HeaderValue { implementation
343 impl fmt::Debug for HeaderValue { implementation
484 impl FromStr for HeaderValue { implementation
593 impl PartialEq for HeaderValue { implementation
600 impl Eq for HeaderValue {} implementation
602 impl PartialOrd for HeaderValue { implementation
609 impl Ord for HeaderValue { implementation
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/http-0.2.4/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { impl
336 impl AsRef<[u8]> for HeaderValue { implementation
343 impl fmt::Debug for HeaderValue { implementation
484 impl FromStr for HeaderValue { implementation
593 impl PartialEq for HeaderValue { implementation
600 impl Eq for HeaderValue {} implementation
602 impl PartialOrd for HeaderValue { implementation
609 impl Ord for HeaderValue { implementation
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/http-0.2.4/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
336 impl AsRef<[u8]> for HeaderValue { implementation
343 impl fmt::Debug for HeaderValue { implementation
484 impl FromStr for HeaderValue { implementation
593 impl PartialEq for HeaderValue { implementation
600 impl Eq for HeaderValue {} implementation
602 impl PartialOrd for HeaderValue { implementation
609 impl Ord for HeaderValue { implementation
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/http-0.2.3/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
336 impl AsRef<[u8]> for HeaderValue { implementation
343 impl fmt::Debug for HeaderValue { implementation
484 impl FromStr for HeaderValue { implementation
593 impl PartialEq for HeaderValue { implementation
600 impl Eq for HeaderValue {} implementation
602 impl PartialOrd for HeaderValue { implementation
609 impl Ord for HeaderValue { implementation
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/http-0.2.1/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
331 impl AsRef<[u8]> for HeaderValue { implementation
338 impl fmt::Debug for HeaderValue { implementation
479 impl FromStr for HeaderValue { implementation
588 impl PartialEq for HeaderValue { implementation
595 impl Eq for HeaderValue {} implementation
597 impl PartialOrd for HeaderValue { implementation
604 impl Ord for HeaderValue { implementation
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/http-0.2.5/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
360 impl AsRef<[u8]> for HeaderValue { implementation
367 impl fmt::Debug for HeaderValue { implementation
508 impl FromStr for HeaderValue { implementation
617 impl PartialEq for HeaderValue { implementation
624 impl Eq for HeaderValue {} implementation
626 impl PartialOrd for HeaderValue { implementation
633 impl Ord for HeaderValue { implementation
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/http-0.2.5/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
360 impl AsRef<[u8]> for HeaderValue { implementation
367 impl fmt::Debug for HeaderValue { implementation
508 impl FromStr for HeaderValue { implementation
617 impl PartialEq for HeaderValue { implementation
624 impl Eq for HeaderValue {} implementation
626 impl PartialOrd for HeaderValue { implementation
633 impl Ord for HeaderValue { implementation
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/http-0.2.4/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
336 impl AsRef<[u8]> for HeaderValue { implementation
343 impl fmt::Debug for HeaderValue { implementation
484 impl FromStr for HeaderValue { implementation
593 impl PartialEq for HeaderValue { implementation
600 impl Eq for HeaderValue {} implementation
602 impl PartialOrd for HeaderValue { implementation
609 impl Ord for HeaderValue { implementation
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/http-0.2.3/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { impl
336 impl AsRef<[u8]> for HeaderValue { implementation
343 impl fmt::Debug for HeaderValue { implementation
484 impl FromStr for HeaderValue { implementation
593 impl PartialEq for HeaderValue { implementation
600 impl Eq for HeaderValue {} implementation
602 impl PartialOrd for HeaderValue { implementation
609 impl Ord for HeaderValue { implementation
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/http-0.2.6/src/header/
H A Dvalue.rs21 pub struct HeaderValue { struct
26 /// A possible error when converting a `HeaderValue` from a string or byte argument
41 impl HeaderValue { implementation
361 impl AsRef<[u8]> for HeaderValue { implementation
368 impl fmt::Debug for HeaderValue { implementation
509 impl FromStr for HeaderValue { implementation
618 impl PartialEq for HeaderValue { implementation
625 impl Eq for HeaderValue {} implementation
627 impl PartialOrd for HeaderValue { implementation
634 impl Ord for HeaderValue { implementation
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/http/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
360 impl AsRef<[u8]> for HeaderValue { implementation
367 impl fmt::Debug for HeaderValue { implementation
508 impl FromStr for HeaderValue { implementation
617 impl PartialEq for HeaderValue { implementation
624 impl Eq for HeaderValue {} implementation
626 impl PartialOrd for HeaderValue { implementation
633 impl Ord for HeaderValue { implementation
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/http-0.2.1/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { impl
331 impl AsRef<[u8]> for HeaderValue { implementation
338 impl fmt::Debug for HeaderValue { implementation
479 impl FromStr for HeaderValue { implementation
588 impl PartialEq for HeaderValue { implementation
595 impl Eq for HeaderValue {} implementation
597 impl PartialOrd for HeaderValue { implementation
604 impl Ord for HeaderValue { implementation
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/http-0.2.1/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
331 impl AsRef<[u8]> for HeaderValue { implementation
338 impl fmt::Debug for HeaderValue { implementation
479 impl FromStr for HeaderValue { implementation
588 impl PartialEq for HeaderValue { implementation
595 impl Eq for HeaderValue {} implementation
597 impl PartialOrd for HeaderValue { implementation
604 impl Ord for HeaderValue { implementation
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/http/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
336 impl AsRef<[u8]> for HeaderValue { implementation
343 impl fmt::Debug for HeaderValue { implementation
484 impl FromStr for HeaderValue { implementation
593 impl PartialEq for HeaderValue { implementation
600 impl Eq for HeaderValue {} implementation
602 impl PartialOrd for HeaderValue { implementation
609 impl Ord for HeaderValue { implementation
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/http-0.2.5/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
360 impl AsRef<[u8]> for HeaderValue { implementation
367 impl fmt::Debug for HeaderValue { implementation
508 impl FromStr for HeaderValue { implementation
617 impl PartialEq for HeaderValue { implementation
624 impl Eq for HeaderValue {} implementation
626 impl PartialOrd for HeaderValue { implementation
633 impl Ord for HeaderValue { implementation
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/http-0.2.5/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
360 impl AsRef<[u8]> for HeaderValue { implementation
367 impl fmt::Debug for HeaderValue { implementation
508 impl FromStr for HeaderValue { implementation
617 impl PartialEq for HeaderValue { implementation
624 impl Eq for HeaderValue {} implementation
626 impl PartialOrd for HeaderValue { implementation
633 impl Ord for HeaderValue { implementation
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/http/src/header/
H A Dvalue.rs20 pub struct HeaderValue { struct
25 /// A possible error when converting a `HeaderValue` from a string or byte argument
40 impl HeaderValue { implementation
331 impl AsRef<[u8]> for HeaderValue { implementation
338 impl fmt::Debug for HeaderValue { implementation
479 impl FromStr for HeaderValue { implementation
588 impl PartialEq for HeaderValue { implementation
595 impl Eq for HeaderValue {} implementation
597 impl PartialOrd for HeaderValue { implementation
604 impl Ord for HeaderValue { implementation
[all …]

12345678910>>...71