proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
HTTPTime.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015-present, Facebook, Inc.
3
* All rights reserved.
4
*
5
* This source code is licensed under the BSD-style license found in the
6
* LICENSE file in the root directory of this source tree. An additional grant
7
* of patent rights can be found in the PATENTS file in the same directory.
8
*
9
*/
10
#pragma once
11
12
#include <
folly/Optional.h
>
13
#include <stddef.h>
14
#include <string>
15
16
namespace
proxygen
{
17
18
folly::Optional<int64_t>
parseHTTPDateTime
(
const
std::string
&
s
);
19
20
}
// proxygen
folly::Optional
Definition:
Optional.h:71
string
const char * string
Definition:
Conv.cpp:212
s
static set< string > s
Definition:
StringKeyedBenchmark.cpp:48
proxygen
Definition:
ExMessageHandler.h:14
proxygen::parseHTTPDateTime
folly::Optional< int64_t > parseHTTPDateTime(const std::string &s)
Definition:
HTTPTime.cpp:18
Optional.h
proxygen
lib
utils
HTTPTime.h
Generated by
1.8.11