MCPcopy Create free account
hub / github.com/apache/trafficserver / set_date

Method set_date

include/proxy/hdrs/MIME.h:1853–1857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1851 -------------------------------------------------------------------------*/
1852
1853inline void
1854MIMEHdr::set_date(time_t value)
1855{
1856 value_set_date(MIME_FIELD_DATE, MIME_LEN_DATE, value);
1857}
1858
1859/*-------------------------------------------------------------------------
1860 -------------------------------------------------------------------------*/

Calls

no outgoing calls

Tested by

no test coverage detected