Createsa new http client.
Adds a generic context value to the client.
Throws a http status exception.
Sends a forbidden error
Gets the body data from the response stream.
Gets a value from the client's context.
Gets a model from the request's json.
Gets a santized model from the request's json.
Checks whether a value is present n the client's context or not.
Does an internal redirect.
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 cookie consent of a user.
Sets the cookie consent of a user.
Gets the cookies.
Gets the files from the request.
Sets a boolean determining whether the request should be forced as an api request or not.
Gets a boolean determining whether the request should be forced as an api request or not.
Gets the form from the request.
Gets the full url from the request.
Sets a boolean determining whether the client is handling the request or not.
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 current path.
Sets the path of the client.
Gets the privacy collection 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.