Nebula
Loading...
Searching...
No Matches
Http::HttpMethod Class Reference

#include <httpmethod.h>

Detailed Description

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
 

Member Enumeration Documentation

◆ Code

http methods

Enumerator
Options 
Get 
Head 
Post 
Put 
Delete 
Trace 
Connect 
NumHttpMethods 
InvalidHttpMethod 

Member Function Documentation

◆ FromString()

HttpMethod::Code Http::HttpMethod::FromString ( const Util::String & str)
inlinestatic

convert from string

◆ ToString()

Util::String Http::HttpMethod::ToString ( Code c)
inlinestatic

convert to string


The documentation for this class was generated from the following file: