|
ObjFW
|
Go to the source code of this file.
Classes | |
| struct | OFHTTPRequestProtocolVersion |
| The HTTP version of the HTTP request. More... | |
| class | OFHTTPRequest |
| A class for storing HTTP requests. More... | |
Enumerations | |
| enum | OFHTTPRequestMethod { OFHTTPRequestMethodOptions , OFHTTPRequestMethodGet , OFHTTPRequestMethodHead , OFHTTPRequestMethodPost , OFHTTPRequestMethodPut , OFHTTPRequestMethodDelete , OFHTTPRequestMethodTrace , OFHTTPRequestMethodConnect } |
| The type of an HTTP request. More... | |
Functions | |
| OFString * | OFHTTPRequestMethodString (OFHTTPRequestMethod method) |
| Returns a string describing the specified request method. | |
| OFHTTPRequestMethod | OFHTTPRequestMethodParseString (OFString *string) |
| Returns the request method for the specified string. | |
| const char * | OFHTTPRequestMethodName (OFHTTPRequestMethod method) |
| Returns a C string describing the specified request method. | |
| OFHTTPRequestMethod | OFHTTPRequestMethodParseName (OFString *string) |
| Returns the request method for the specified string. | |
| enum OFHTTPRequestMethod |
|
extern |
Returns a C string describing the specified request method.
| method | The request method which should be described as a C string |
|
extern |
Returns the request method for the specified string.
| string | The string for which the request method should be returned |
| OFInvalidFormatException | The specified string is not a valid HTTP request method |
|
extern |
Returns the request method for the specified string.
| string | The string for which the request method should be returned |
| OFInvalidFormatException | The specified string is not a valid HTTP request method |
|
extern |
Returns a string describing the specified request method.
| method | The request method which should be described as a string |