Home
last modified time | relevance | path

Searched refs:bad_gateway (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/asio/example/cpp11/http/server/
Dreply.cpp47 const std::string bad_gateway = variable
84 case reply::bad_gateway: in to_buffer()
85 return boost::asio::buffer(bad_gateway); in to_buffer()
187 const char bad_gateway[] = variable
230 case reply::bad_gateway: in to_string()
231 return bad_gateway; in to_string()
Dreply.hpp42 bad_gateway = 502, enumerator
/third_party/boost/libs/asio/example/cpp03/http/server4/
Dreply.cpp48 const std::string bad_gateway = variable
85 case reply::bad_gateway: in to_buffer()
86 return boost::asio::buffer(bad_gateway); in to_buffer()
188 const char bad_gateway[] = variable
231 case reply::bad_gateway: in to_string()
232 return bad_gateway; in to_string()
Dreply.hpp42 bad_gateway = 502, enumerator
/third_party/boost/libs/asio/example/cpp03/http/server2/
Dreply.cpp48 const std::string bad_gateway = variable
85 case reply::bad_gateway: in to_buffer()
86 return boost::asio::buffer(bad_gateway); in to_buffer()
188 const char bad_gateway[] = variable
231 case reply::bad_gateway: in to_string()
232 return bad_gateway; in to_string()
Dreply.hpp42 bad_gateway = 502, enumerator
/third_party/boost/libs/asio/example/cpp03/http/server3/
Dreply.cpp48 const std::string bad_gateway = variable
85 case reply::bad_gateway: in to_buffer()
86 return boost::asio::buffer(bad_gateway); in to_buffer()
188 const char bad_gateway[] = variable
231 case reply::bad_gateway: in to_string()
232 return bad_gateway; in to_string()
Dreply.hpp42 bad_gateway = 502, enumerator
/third_party/boost/libs/asio/example/cpp03/http/server/
Dreply.cpp48 const std::string bad_gateway = variable
85 case reply::bad_gateway: in to_buffer()
86 return boost::asio::buffer(bad_gateway); in to_buffer()
188 const char bad_gateway[] = variable
231 case reply::bad_gateway: in to_string()
232 return bad_gateway; in to_string()
Dreply.hpp42 bad_gateway = 502, enumerator
/third_party/boost/libs/beast/include/boost/beast/http/
Dstatus.hpp97 bad_gateway = 502, enumerator
/third_party/boost/boost/beast/http/
Dstatus.hpp97 bad_gateway = 502, enumerator
/third_party/boost/libs/beast/test/beast/http/
Dstatus.cpp88 check(status::bad_gateway ,502, status_class::server_error); in testStatus()
157 good(status::bad_gateway); in testStatus()
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dstatus.ipp90 case status::bad_gateway:
195 case status::bad_gateway: return "Bad Gateway";
/third_party/boost/boost/beast/http/impl/
Dstatus.ipp90 case status::bad_gateway:
195 case status::bad_gateway: return "Bad Gateway";
/third_party/boost/libs/beast/doc/qbk/
Dreference.qbk45450 [`bad_gateway`