26#ifndef ROUTER_SRC_HTTP_INCLUDE_HTTP_BASE_HTTP_TIME_H_
27#define ROUTER_SRC_HTTP_INCLUDE_HTTP_BASE_HTTP_TIME_H_
#define HTTP_COMMON_EXPORT
Definition: http_common_export.h:15
HTTP_COMMON_EXPORT time_t time_from_rfc5322_fixdate(const char *date_buf)
convert a Date: header into a time_t.
Definition: http_time.cc:77
HTTP_COMMON_EXPORT int time_to_rfc5322_fixdate(time_t ts, char *date_buf, size_t date_buf_len)
convert time_t into a Date: header value.
Definition: http_time.cc:39
Definition: connection.h:56