- DELETE
alias DELETE = HTTPMethod.DELETE
Undocumented in source.
- GET
alias GET = HTTPMethod.GET
Undocumented in source.
- POST
alias POST = HTTPMethod.POST
Undocumented in source.
- PUT
alias PUT = HTTPMethod.PUT
Undocumented in source.
- Req
alias Req = HTTPServerRequest
Undocumented in source.
- Res
alias Res = HTTPServerResponse
Undocumented in source.
- accepted
alias accepted = HTTPStatus.accepted
Undocumented in source.
- badRequest
alias badRequest = HTTPStatus.badRequest
Undocumented in source.
- created
alias created = HTTPStatus.created
Undocumented in source.
- forbidden
alias forbidden = HTTPStatus.forbidden
Undocumented in source.
- notFound
alias notFound = HTTPStatus.notFound
Undocumented in source.
- ok
alias ok = HTTPStatus.ok
Undocumented in source.
- request
alias request = requestHTTP
Undocumented in source.
- unauthorized
alias unauthorized = HTTPStatus.unauthorized
Undocumented in source.
- HTTPMethod (from vibe.http.common)
public
import vibe.http.common : HTTPMethod;
Undocumented in source.
- HTTPServerRequest (from vibe.http.server)
public
import vibe.http.server : HTTPServerRequest, HTTPServerResponse;
Imports common definitions from vibe.d and provides handy aliases
- HTTPServerResponse (from vibe.http.server)
public
import vibe.http.server : HTTPServerRequest, HTTPServerResponse;
Imports common definitions from vibe.d and provides handy aliases
- HTTPStatus (from vibe.http.status)
public
import vibe.http.status : HTTPStatus;
Undocumented in source.
- HTTPStatusException (from vibe.http.common)
public
import vibe.http.common : enforceHTTP, HTTPStatusException;
Undocumented in source.
- Json (from vibe.data.json)
public
import vibe.data.json : Json;
Undocumented in source.
- Role (from hb.web.auth)
public
import hb.web.auth : anyAuth, auth, noAuth, requiresAuth, Role;
Undocumented in source.
- anyAuth (from hb.web.auth)
public
import hb.web.auth : anyAuth, auth, noAuth, requiresAuth, Role;
Undocumented in source.
- auth (from hb.web.auth)
public
import hb.web.auth : anyAuth, auth, noAuth, requiresAuth, Role;
Undocumented in source.
- before (from hb.web.web)
public
import hb.web.web : before, noRoute, path, rootPathFromName, status;
Undocumented in source.
- enforceHTTP (from vibe.http.common)
public
import vibe.http.common : enforceHTTP, HTTPStatusException;
Undocumented in source.
- ignore (from vibe.data.serialization)
public
import vibe.data.serialization : ignore, optional;
Undocumented in source.
- noAuth (from hb.web.auth)
public
import hb.web.auth : anyAuth, auth, noAuth, requiresAuth, Role;
Undocumented in source.
- noRoute (from hb.web.web)
public
import hb.web.web : before, noRoute, path, rootPathFromName, status;
Undocumented in source.
- optional (from vibe.data.serialization)
public
import vibe.data.serialization : ignore, optional;
Undocumented in source.
- path (from hb.web.web)
public
import hb.web.web : before, noRoute, path, rootPathFromName, status;
Undocumented in source.
- requestHTTP (from vibe.http.client)
public
import vibe.http.client : requestHTTP;
Undocumented in source.
- requiresAuth (from hb.web.auth)
public
import hb.web.auth : anyAuth, auth, noAuth, requiresAuth, Role;
Undocumented in source.
- rootPathFromName (from hb.web.web)
public
import hb.web.web : before, noRoute, path, rootPathFromName, status;
Undocumented in source.
- status (from hb.web.web)
public
import hb.web.web : before, noRoute, path, rootPathFromName, status;
Undocumented in source.