The method to be performed on the resource identified by the Request.
#include <http.hpp>
|
| | HttpMethod (std::string value) |
| | Constructs HttpMethod from string.
|
| |
| bool | operator== (const HttpMethod &other) const |
| | Compares two instances of HttpMethod for equality.
|
| |
| bool | operator!= (const HttpMethod &other) const |
| | Compares two instances of HttpMethod for equality.
|
| |
|
const std::string & | ToString () const |
| | Returns the HttpMethod represented as a string.
|
| |
◆ HttpMethod()
| Azure::Core::Http::HttpMethod::HttpMethod |
( |
std::string |
value | ) |
|
|
inlineexplicit |
- Note
- Won't check if
value is a known HttpMethod defined as per any RFC.
- Parameters
-
| value | A given string to represent the HttpMethod. |
◆ operator!=()
| bool Azure::Core::Http::HttpMethod::operator!= |
( |
const HttpMethod & |
other | ) |
const |
|
inline |
- Parameters
-
| other | Some HttpMethod instance to compare with. |
- Returns
false if instances are equal; otherwise, true.
◆ operator==()
| bool Azure::Core::Http::HttpMethod::operator== |
( |
const HttpMethod & |
other | ) |
const |
|
inline |
- Parameters
-
| other | Some HttpMethod instance to compare with. |
- Returns
true if instances are equal; otherwise, false.
The documentation for this class was generated from the following file: