4#include <system/object.h> 
    5#include <system/version.h> 
    7namespace System { 
namespace Net {
 
Contains versions of HTTP.
Definition: http_version.h:11
 
static Version Version20
Represents HTTP version 2.0.
Definition: http_version.h:20
 
HttpVersion()=delete
The deleted default constructor.
 
static Version Version10
Represents HTTP version 1.0.
Definition: http_version.h:16
 
static Version Version11
Represents HTTP version 1.1.
Definition: http_version.h:18
 
static Version Unknown
Represents an unknown version of the HTTP.
Definition: http_version.h:14
 
Represents a version number. This type should be allocated on stack and passed to functions by value ...
Definition: version.h:15
 
Definition: db_command.h:9