#ifndef HTTP_DATE_H
#define HTTP_DATE_H
/* Parses HTTP-date string into time_t timestamp. */
/* Equal to http_date_parse, but writes uncompensated timestamp to tm_r. */
/* Create HTTP-date string from given time struct. */
/* Create HTTP-date string from given time. */
#endif