/dports/devel/sccache/sccache-0.2.15/cargo-crates/http-0.1.21/src/uri/ |
H A D | mod.rs | 129 pub struct InvalidUriBytes(InvalidUri); struct 265 pub fn from_shared(s: Bytes) -> Result<Uri, InvalidUriBytes> { in from_shared() argument 729 type Error = InvalidUriBytes; 738 type Error = InvalidUriBytes; 826 fn parse_full(mut s: Bytes) -> Result<Uri, InvalidUriBytes> { in parse_full() argument 828 let scheme = match Scheme2::parse(&s[..]).map_err(InvalidUriBytes)? { in parse_full() 1060 impl From<ErrorKind> for InvalidUriBytes { implementation 1061 fn from(src: ErrorKind) -> InvalidUriBytes { in from() argument 1062 InvalidUriBytes(src.into()) in from() 1096 impl fmt::Display for InvalidUriBytes { implementation [all …]
|
H A D | scheme.rs | 12 use super::{ErrorKind, InvalidUri, InvalidUriBytes}; 65 pub fn from_shared(s: Bytes) -> Result<Self, InvalidUriBytes> { in from_shared() argument 68 match Scheme2::parse_exact(&s[..]).map_err(InvalidUriBytes)? { in from_shared() 114 type Error = InvalidUriBytes;
|
/dports/sysutils/vector/vector-0.10.0/cargo-crates/http-0.1.21/src/uri/ |
H A D | mod.rs | 129 pub struct InvalidUriBytes(InvalidUri); struct 265 pub fn from_shared(s: Bytes) -> Result<Uri, InvalidUriBytes> { in from_shared() argument 729 type Error = InvalidUriBytes; 738 type Error = InvalidUriBytes; 826 fn parse_full(mut s: Bytes) -> Result<Uri, InvalidUriBytes> { in parse_full() argument 828 let scheme = match Scheme2::parse(&s[..]).map_err(InvalidUriBytes)? { in parse_full() 1060 impl From<ErrorKind> for InvalidUriBytes { implementation 1061 fn from(src: ErrorKind) -> InvalidUriBytes { in from() argument 1062 InvalidUriBytes(src.into()) in from() 1096 impl fmt::Display for InvalidUriBytes { implementation [all …]
|
H A D | scheme.rs | 12 use super::{ErrorKind, InvalidUri, InvalidUriBytes}; 65 pub fn from_shared(s: Bytes) -> Result<Self, InvalidUriBytes> { in from_shared() argument 68 match Scheme2::parse_exact(&s[..]).map_err(InvalidUriBytes)? { in from_shared() 114 type Error = InvalidUriBytes;
|
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/http-0.1.17/src/uri/ |
H A D | mod.rs | 129 pub struct InvalidUriBytes(InvalidUri); struct 265 pub fn from_shared(s: Bytes) -> Result<Uri, InvalidUriBytes> { in from_shared() argument 729 type Error = InvalidUriBytes; 738 type Error = InvalidUriBytes; 826 fn parse_full(mut s: Bytes) -> Result<Uri, InvalidUriBytes> { in parse_full() argument 828 let scheme = match Scheme2::parse(&s[..]).map_err(InvalidUriBytes)? { in parse_full() 1060 impl From<ErrorKind> for InvalidUriBytes { implementation 1061 fn from(src: ErrorKind) -> InvalidUriBytes { in from() argument 1062 InvalidUriBytes(src.into()) in from() 1096 impl fmt::Display for InvalidUriBytes { implementation [all …]
|
H A D | scheme.rs | 12 use super::{ErrorKind, InvalidUri, InvalidUriBytes}; 65 pub fn from_shared(s: Bytes) -> Result<Self, InvalidUriBytes> { in from_shared() argument 68 match Scheme2::parse_exact(&s[..]).map_err(InvalidUriBytes)? { in from_shared() 114 type Error = InvalidUriBytes;
|
H A D | authority.rs | 12 use super::{ErrorKind, InvalidUri, InvalidUriBytes, URI_CHARS, Port}; 46 pub fn from_shared(s: Bytes) -> Result<Self, InvalidUriBytes> { in from_shared() argument 47 let authority_end = Authority::parse_non_empty(&s[..]).map_err(InvalidUriBytes)?; in from_shared() 433 type Error = InvalidUriBytes;
|
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/http-0.1.21/src/uri/ |
H A D | mod.rs | 129 pub struct InvalidUriBytes(InvalidUri); struct 265 pub fn from_shared(s: Bytes) -> Result<Uri, InvalidUriBytes> { in from_shared() argument 729 type Error = InvalidUriBytes; 738 type Error = InvalidUriBytes; 826 fn parse_full(mut s: Bytes) -> Result<Uri, InvalidUriBytes> { in parse_full() argument 828 let scheme = match Scheme2::parse(&s[..]).map_err(InvalidUriBytes)? { in parse_full() 1060 impl From<ErrorKind> for InvalidUriBytes { implementation 1061 fn from(src: ErrorKind) -> InvalidUriBytes { in from() argument 1062 InvalidUriBytes(src.into()) in from() 1096 impl fmt::Display for InvalidUriBytes { implementation [all …]
|
H A D | scheme.rs | 12 use super::{ErrorKind, InvalidUri, InvalidUriBytes}; 65 pub fn from_shared(s: Bytes) -> Result<Self, InvalidUriBytes> { in from_shared() argument 68 match Scheme2::parse_exact(&s[..]).map_err(InvalidUriBytes)? { in from_shared() 114 type Error = InvalidUriBytes;
|
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/http-0.1.21/src/uri/ |
H A D | mod.rs | 129 pub struct InvalidUriBytes(InvalidUri); struct 265 pub fn from_shared(s: Bytes) -> Result<Uri, InvalidUriBytes> { in from_shared() argument 729 type Error = InvalidUriBytes; 738 type Error = InvalidUriBytes; 826 fn parse_full(mut s: Bytes) -> Result<Uri, InvalidUriBytes> { in parse_full() argument 828 let scheme = match Scheme2::parse(&s[..]).map_err(InvalidUriBytes)? { in parse_full() 1060 impl From<ErrorKind> for InvalidUriBytes { implementation 1061 fn from(src: ErrorKind) -> InvalidUriBytes { in from() argument 1062 InvalidUriBytes(src.into()) in from() 1096 impl fmt::Display for InvalidUriBytes { implementation [all …]
|
H A D | scheme.rs | 12 use super::{ErrorKind, InvalidUri, InvalidUriBytes}; 65 pub fn from_shared(s: Bytes) -> Result<Self, InvalidUriBytes> { in from_shared() argument 68 match Scheme2::parse_exact(&s[..]).map_err(InvalidUriBytes)? { in from_shared() 114 type Error = InvalidUriBytes;
|
/dports/net/proby/proby-1.0.2/cargo-crates/http-0.1.21/src/uri/ |
H A D | mod.rs | 129 pub struct InvalidUriBytes(InvalidUri); struct 265 pub fn from_shared(s: Bytes) -> Result<Uri, InvalidUriBytes> { in from_shared() argument 729 type Error = InvalidUriBytes; 738 type Error = InvalidUriBytes; 826 fn parse_full(mut s: Bytes) -> Result<Uri, InvalidUriBytes> { in parse_full() argument 828 let scheme = match Scheme2::parse(&s[..]).map_err(InvalidUriBytes)? { in parse_full() 1060 impl From<ErrorKind> for InvalidUriBytes { implementation 1061 fn from(src: ErrorKind) -> InvalidUriBytes { in from() argument 1062 InvalidUriBytes(src.into()) in from() 1096 impl fmt::Display for InvalidUriBytes { implementation [all …]
|
H A D | scheme.rs | 12 use super::{ErrorKind, InvalidUri, InvalidUriBytes}; 65 pub fn from_shared(s: Bytes) -> Result<Self, InvalidUriBytes> { in from_shared() argument 68 match Scheme2::parse_exact(&s[..]).map_err(InvalidUriBytes)? { in from_shared() 114 type Error = InvalidUriBytes;
|
/dports/www/websocat/websocat-1.9.0/cargo-crates/http-0.1.21/src/uri/ |
H A D | mod.rs | 129 pub struct InvalidUriBytes(InvalidUri); struct 265 pub fn from_shared(s: Bytes) -> Result<Uri, InvalidUriBytes> { in from_shared() argument 729 type Error = InvalidUriBytes; 738 type Error = InvalidUriBytes; 826 fn parse_full(mut s: Bytes) -> Result<Uri, InvalidUriBytes> { in parse_full() argument 828 let scheme = match Scheme2::parse(&s[..]).map_err(InvalidUriBytes)? { in parse_full() 1060 impl From<ErrorKind> for InvalidUriBytes { implementation 1061 fn from(src: ErrorKind) -> InvalidUriBytes { in from() argument 1062 InvalidUriBytes(src.into()) in from() 1096 impl fmt::Display for InvalidUriBytes { implementation [all …]
|
H A D | scheme.rs | 12 use super::{ErrorKind, InvalidUri, InvalidUriBytes}; 65 pub fn from_shared(s: Bytes) -> Result<Self, InvalidUriBytes> { in from_shared() argument 68 match Scheme2::parse_exact(&s[..]).map_err(InvalidUriBytes)? { in from_shared() 114 type Error = InvalidUriBytes;
|
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/http-0.1.21/src/uri/ |
H A D | mod.rs | 129 pub struct InvalidUriBytes(InvalidUri); struct 265 pub fn from_shared(s: Bytes) -> Result<Uri, InvalidUriBytes> { in from_shared() argument 729 type Error = InvalidUriBytes; 738 type Error = InvalidUriBytes; 826 fn parse_full(mut s: Bytes) -> Result<Uri, InvalidUriBytes> { in parse_full() argument 828 let scheme = match Scheme2::parse(&s[..]).map_err(InvalidUriBytes)? { in parse_full() 1060 impl From<ErrorKind> for InvalidUriBytes { implementation 1061 fn from(src: ErrorKind) -> InvalidUriBytes { in from() argument 1062 InvalidUriBytes(src.into()) in from() 1096 impl fmt::Display for InvalidUriBytes { implementation [all …]
|
H A D | scheme.rs | 12 use super::{ErrorKind, InvalidUri, InvalidUriBytes}; 65 pub fn from_shared(s: Bytes) -> Result<Self, InvalidUriBytes> { in from_shared() argument 68 match Scheme2::parse_exact(&s[..]).map_err(InvalidUriBytes)? { in from_shared() 114 type Error = InvalidUriBytes;
|
/dports/devel/sccache/sccache-0.2.15/cargo-crates/http-0.1.21/src/ |
H A D | error.rs | 27 UriShared(uri::InvalidUriBytes), 118 impl From<uri::InvalidUriBytes> for Error { 119 fn from(err: uri::InvalidUriBytes) -> Error { in from()
|
/dports/sysutils/vector/vector-0.10.0/cargo-crates/http-0.1.21/src/ |
H A D | error.rs | 27 UriShared(uri::InvalidUriBytes), 118 impl From<uri::InvalidUriBytes> for Error { 119 fn from(err: uri::InvalidUriBytes) -> Error { in from()
|
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/http-0.1.17/src/ |
H A D | error.rs | 29 UriShared(uri::InvalidUriBytes), 110 impl From<uri::InvalidUriBytes> for Error { 111 fn from(err: uri::InvalidUriBytes) -> Error { in from()
|
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/http-0.1.21/src/ |
H A D | error.rs | 27 UriShared(uri::InvalidUriBytes), 118 impl From<uri::InvalidUriBytes> for Error { 119 fn from(err: uri::InvalidUriBytes) -> Error { in from()
|
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/http-0.1.21/src/ |
H A D | error.rs | 27 UriShared(uri::InvalidUriBytes), 118 impl From<uri::InvalidUriBytes> for Error { 119 fn from(err: uri::InvalidUriBytes) -> Error { in from()
|
/dports/net/proby/proby-1.0.2/cargo-crates/http-0.1.21/src/ |
H A D | error.rs | 27 UriShared(uri::InvalidUriBytes), 118 impl From<uri::InvalidUriBytes> for Error { 119 fn from(err: uri::InvalidUriBytes) -> Error { in from()
|
/dports/www/websocat/websocat-1.9.0/cargo-crates/http-0.1.21/src/ |
H A D | error.rs | 27 UriShared(uri::InvalidUriBytes), 118 impl From<uri::InvalidUriBytes> for Error { 119 fn from(err: uri::InvalidUriBytes) -> Error { in from()
|
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/http-0.1.21/src/ |
H A D | error.rs | 27 UriShared(uri::InvalidUriBytes), 118 impl From<uri::InvalidUriBytes> for Error { 119 fn from(err: uri::InvalidUriBytes) -> Error { in from()
|