Nebula
|
#include <httpmethod.h>
Http methods enumeration (GET, PUT, etc...).
Public Types | |
enum | Code { Options , Get , Head , Post , Put , Delete , Trace , Connect , NumHttpMethods , InvalidHttpMethod } |
http methods More... | |
Static Public Member Functions | |
static Code | FromString (const Util::String &str) |
convert from string | |
static Util::String | ToString (Code c) |
convert to string | |
|
inlinestatic |
convert from string
|
inlinestatic |
convert to string