Home | History | Annotate | Download | only in http

Lines Matching refs:TimeFormat

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))