Createsa new http client.
Adds a generic context value to the client.
Throws a http status exception.
Gets the body data from the response stream.
Gets a value from the client's context.
Gets a model from the request's json.
Checks whether a value is present n the client's context or not.
Logs the client in.
Logs the client out.
Sends a 404 status.
Redirects the client.
Sends an unauthorized error
Writes data to the response stream.
Writes data to the response stream.
Gets the raw client address of the request.
Gets the client certificate from the request.
Gets a boolean determnining whether the response is connected or not.
Gets the content type from the request.
Gets the content type parameters from the request.
Gets the cookies.
Gets the files from the request.
Gets the form from the request.
Gets the full url from the request.
Gets the headers from the request.
Gets the host from the request.
Gets the generic http parameters.
Gets the ip address.
Gets a boolean determining whether it's the client's last route to handle.
Sets a boolean determining whether it's the client's last route to handle.
Gets the json from the request.
Gets the language of the client.
Sets the language of the client.
Gets the method.
Gets the path.
Sets the path of the client.
Gets a mapped query of the query string.
Gets the query string.
Gets the raw vibe.d request.
Gets the raw vibe.d response.
Boolean determining whether the client has been redirected or not.
Gets the raw request stream.
Gets the raw response stream.
Gets the role associated with the client.
Gets the route.
Sets the route.
Gets the session.
Gets the status code of the response.
Gets a boolean determnining whether the request was done over a secure tls protocol.
Wrapper around the client's request aand response.