Methods Fields

HttpServer.dll

The Methods type exposes the following members.

Fields

  NameDescription
Delete
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
Get
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
Header
The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
Options

The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.

Post
The POST method is used to request that the origin server accept the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line.
Put
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.
Trace
The TRACE method is used to invoke a remote, application-layer loop- back of the request message.

See Also