Allow to add Date header to the request.
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
|
||||
#endif // _MSC_VER
|
||||
|
||||
#define ARRAY_SIZE(A) (sizeof(A) / sizeof(*(A)))
|
||||
|
||||
namespace webcc {
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
@@ -149,9 +147,6 @@ enum class ContentEncoding {
|
||||
kDeflate,
|
||||
};
|
||||
|
||||
// Return default user agent for HTTP headers.
|
||||
const std::string& UserAgent();
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
// Client side error codes.
|
||||
|
||||
Reference in New Issue
Block a user