Home
last modified time | relevance | path

Searched defs:HttpDate (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/httpdate/src/
Ddate.rs15 pub struct HttpDate { struct
32 impl HttpDate { implementation
47 impl From<SystemTime> for HttpDate { implementation
48 fn from(v: SystemTime) -> HttpDate { in from()
161 impl FromStr for HttpDate { implementation
164 fn from_str(s: &str) -> Result<HttpDate, Error> { in from_str()
179 impl Display for HttpDate { implementation
231 impl Ord for HttpDate { implementation
237 impl PartialOrd for HttpDate { implementation
277 fn parse_imf_fixdate(s: &[u8]) -> Result<HttpDate, Error> { in parse_imf_fixdate()
[all …]
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DHttpDate.java31 public final class HttpDate { class
121 private HttpDate() { in HttpDate() method in HttpDate
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpDate.java29 public final class HttpDate { class
117 private HttpDate() { in HttpDate() method in HttpDate