Sharpility
Package Sharpility.Net

Classes

class  HttpHeaders
 Const of standard http headers.
class  MediaTypes
 Consts of standard content types.

Enumerations

enum  HttpMethod {
  Get, Post, Delete, Put,
  Patch, Options
}
 Enum with http method types. More...

Enumeration Type Documentation

Enum with http method types.

Enumerator:
Get 

GET method.

Post 

POST method.

Delete 

DELETE method.

Put 

PUT method.

Patch 

PATCH method.

Options 

OPTIONS method.

 All Classes Namespaces Functions Enumerations Properties