# Functions
NewBadRequest creates a HTTP 400 error.
NewConflict creates a HTTP 409 error for a kind in a datacenter.
NewInDcNotFound creates a HTTP 404 error for a kind in a datacenter.
NewNotAuthorized creates a HTTP 403 error.
NewNotFound creates a HTTP 404 error for a kind.
NewRouting creates a new Routing.
StatusOK returns a handler always returning http status code 200 (StatusOK).