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

Method get_date

include/proxy/hdrs/MIME.h:1678–1682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1676 -------------------------------------------------------------------------*/
1677
1678inline time_t
1679MIMEHdr::get_date() const
1680{
1681 return value_get_date(MIME_FIELD_DATE, MIME_LEN_DATE);
1682}
1683
1684/*-------------------------------------------------------------------------
1685 -------------------------------------------------------------------------*/

Calls

no outgoing calls

Tested by

no test coverage detected