HomeSort by relevance Sort by last modified time
    Searched refs:TimeFormat (Results 1 - 17 of 17) sorted by null

  /prebuilts/go/darwin-x86/src/net/http/
fs_test.go 667 fileModStr := fileMod.Format(TimeFormat)
784 wantLastMod: htmlModTime.UTC().Format(TimeFormat),
792 "If-Modified-Since": htmlModTime.UTC().Format(TimeFormat),
802 "If-Modified-Since": htmlModTime.UTC().Format(TimeFormat),
954 "If-Unmodified-Since": htmlModTime.UTC().Format(TimeFormat),
958 wantLastMod: htmlModTime.UTC().Format(TimeFormat),
964 "If-Unmodified-Since": htmlModTime.Add(-2 * time.Second).UTC().Format(TimeFormat),
968 wantLastMod: htmlModTime.UTC().Format(TimeFormat),
    [all...]
header.go 73 TimeFormat,
80 // TimeFormat, time.RFC850, and time.ANSIC.
cookie.go 175 b.Write(c.Expires.UTC().AppendFormat(b2, TimeFormat))
fs.go 457 w.Header().Set("Last-Modified", modtime.UTC().Format(TimeFormat))
587 w.Header().Set("Last-Modified", d.ModTime().UTC().Format(TimeFormat))
server.go 443 dateBuf [len(TimeFormat)]byte
872 // TimeFormat is the time format to use when generating times in HTTP
878 const TimeFormat = "Mon, 02 Jan 2006 15:04:05 GMT"
880 // appendTime is a non-allocating version of []byte(t.UTC().Format(TimeFormat))
    [all...]
serve_test.go     [all...]
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs_test.go 667 fileModStr := fileMod.Format(TimeFormat)
784 wantLastMod: htmlModTime.UTC().Format(TimeFormat),
792 "If-Modified-Since": htmlModTime.UTC().Format(TimeFormat),
802 "If-Modified-Since": htmlModTime.UTC().Format(TimeFormat),
954 "If-Unmodified-Since": htmlModTime.UTC().Format(TimeFormat),
958 wantLastMod: htmlModTime.UTC().Format(TimeFormat),
964 "If-Unmodified-Since": htmlModTime.Add(-2 * time.Second).UTC().Format(TimeFormat),
968 wantLastMod: htmlModTime.UTC().Format(TimeFormat),
    [all...]
header.go 73 TimeFormat,
80 // TimeFormat, time.RFC850, and time.ANSIC.
cookie.go 175 b.Write(c.Expires.UTC().AppendFormat(b2, TimeFormat))
fs.go 457 w.Header().Set("Last-Modified", modtime.UTC().Format(TimeFormat))
587 w.Header().Set("Last-Modified", d.ModTime().UTC().Format(TimeFormat))
server.go 443 dateBuf [len(TimeFormat)]byte
872 // TimeFormat is the time format to use when generating times in HTTP
878 const TimeFormat = "Mon, 02 Jan 2006 15:04:05 GMT"
880 // appendTime is a non-allocating version of []byte(t.UTC().Format(TimeFormat))
    [all...]
serve_test.go     [all...]
h2_bundle.go     [all...]
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
child.go 112 r.header.Set("Date", time.Now().UTC().Format(http.TimeFormat))
  /prebuilts/go/linux-x86/src/net/http/fcgi/
child.go 112 r.header.Set("Date", time.Now().UTC().Format(http.TimeFormat))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 302 milliseconds