9#ifndef SQUID_SRC_HTTP_REQUESTMETHOD_H
10#define SQUID_SRC_HTTP_REQUESTMETHOD_H
118 os << method.
image();
std::ostream & operator<<(std::ostream &os, HttpRequestMethod const &method)
bool purgesOthers() const
HttpRequestMethod & operator=(Http::MethodType const aMethod)
SBuf theImage
Used for storing the Http::METHOD_OTHER only. A copy of the parsed method text.
HttpRequestMethod & operator++()
bool operator==(Http::MethodType const &aMethod) const
bool shouldInvalidate() const
void HttpRequestMethodXXX(char const *)
const SBuf & image() const
bool respMaybeCacheable() const
HttpRequestMethod(Http::MethodType const aMethod)
bool isIdempotent() const
bool operator!=(Http::MethodType const &aMethod) const
Http::MethodType theMethod
Method type.
Http::MethodType id() const
the representation of the configuration. POD.
enum Http::_method_t MethodType