HttpServer Events
The HttpServer type exposes the following members.
Events
Name | Description | |
---|---|---|
OnConnect |
Occurs when the server receives an HTTP CONNECT request.
|
|
OnDelete |
Occurs when the server receives an HTTP DELETE request.
|
|
OnGet |
Occurs when the server receives an HTTP GET request.
|
|
OnHead |
Occurs when the server receives an HTTP HEAD request.
|
|
OnOptions |
Occurs when the server receives an HTTP OPTIONS request.
|
|
OnPatch |
Occurs when the server receives an HTTP PATCH request.
|
|
OnPost |
Occurs when the server receives an HTTP POST request.
|
|
OnPut |
Occurs when the server receives an HTTP PUT request.
|
|
OnTrace |
Occurs when the server receives an HTTP TRACE request.
|