The Nebula Device 3: Http::HttpStatus Class Reference

The Nebula Device 3

Http::HttpStatus Class Reference

#include <httpstatus.h>


Detailed Description

HTTP status code enumeration (e.g. 404 Not Found).

(C) 2007 Radon Labs GmbH

Public Types

enum  Code
 status codes

Static Public Member Functions

static Code FromString (const Util::String &str)
 convert from string
static Util::String ToString (Code c)
 convert to string
static Util::String ToHumanReadableString (Code c)
 convert code to human readable string