scurry.http.response

Type members

Classlikes

class Accepted extends HttpResponse

202 (Accepted)

202 (Accepted)

class BadGateway extends HttpResponse

502 (Bad Gateway)

502 (Bad Gateway)

class BadRequest extends HttpResponse

400 (Bad Request)

400 (Bad Request)

class Conflict extends HttpResponse

409 (Conflict)

409 (Conflict)

class Continue extends HttpResponse

100 (Continue)

100 (Continue)

class Created extends HttpResponse

201 (Created)

201 (Created)

class EarlyHints extends HttpResponse

103 (Early Hints)

103 (Early Hints)

417 (Expectation Failed)

417 (Expectation Failed)

class Forbidden extends HttpResponse

403 (Forbidden)

403 (Forbidden)

class Found extends HttpResponse

302 (Found)

302 (Found)

504 (Gateway Timeout)

504 (Gateway Timeout)

class Gone extends HttpResponse

410 (Gone)

410 (Gone)

505 (HTTP Version Not Supported)

505 (HTTP Version Not Supported)

500 (Internal Server Error)

500 (Internal Server Error)

411 (Length Required)

411 (Length Required)

405 (Method Not Allowed)

405 (Method Not Allowed)

301 (Moved Permanently)

301 (Moved Permanently)

300 (Multiple Choices)

300 (Multiple Choices)

511 (Network Authentication Required)

511 (Network Authentication Required)

class NoContent extends HttpResponse

204 (No Content)

204 (No Content)

203 (Non-Authoritative Information)

203 (Non-Authoritative Information)

406 (Not Acceptable)

406 (Not Acceptable)

class NotFound extends HttpResponse

404 (Not Found)

404 (Not Found)

501 (Not Implemented)

501 (Not Implemented)

304 (Not Modified)

304 (Not Modified)

class Ok extends HttpResponse

200 (OK)

200 (OK)

206 (Partial Content)

206 (Partial Content)

413 (Payload Too Large)

413 (Payload Too Large)

402 (Payment Required)

402 (Payment Required)

308 (Permanent Redirect)

308 (Permanent Redirect)

412 (Precondition Failed)

412 (Precondition Failed)

428 (Precondition Required)

428 (Precondition Required)

407 (Proxy Authentication Required)

407 (Proxy Authentication Required)

416 (Range Not Satisfiable)

416 (Range Not Satisfiable)

431 (Request Header Fields Too Large)

431 (Request Header Fields Too Large)

408 (Request Timeout)

408 (Request Timeout)

205 (Reset Content)

205 (Reset Content)

class SeeOther extends HttpResponse

303 (See Other)

303 (See Other)

503 (Service Unavailable)

503 (Service Unavailable)

101 (Switching Protocols)

101 (Switching Protocols)

307 (Temporary Redirect)

307 (Temporary Redirect)

class TooEarly extends HttpResponse

425 (Too Early)

425 (Too Early)

429 (Too Many Requests)

429 (Too Many Requests)

401 (Unauthorized)

401 (Unauthorized)

451 (Unavailable For Legal Reasons)

451 (Unavailable For Legal Reasons)

422 (Unprocessable Entity)

422 (Unprocessable Entity)

415 (Unsupported Media Type)

415 (Unsupported Media Type)

426 (Upgrade Required)

426 (Upgrade Required)

class UriTooLong extends HttpResponse

414 (URI Too Long)

414 (URI Too Long)

class UseProxy extends HttpResponse

305 (Use Proxy)

305 (Use Proxy)