Adds a cookie to the response's header.
Sets the body of the request/response.
Gets the body of the request/response.
Sets the response's content-type header.
Gets the cookies sent in the Cookie header in the request. This property is lazily initialized.
Gets the method used for the request.
Headers utility.
Gets the header manager of the request/response. The available methods are the same of the associative array's except that keys are case-insensitive.
Gets and sets the status of the request/response. The value can be one of the enum StatusCodes or a custom status using the Status struct.
Base class for requests and responses.