Module

x/oak_commons

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Very Popular
Latest
Index
content_disposition.ts
cookie_map.ts

Provides a iterable map interfaces for managing cookies server side.

form_data.ts
header_utils.ts
http_errors.ts

A collection of HTTP errors and utilities.

media_types.ts
method.ts

Contains the constant {@link HTTP_METHODS} and the type {@link HttpMethod} and the type guard {@link isHttpMethod} for working with HTTP methods with type safety.

range_fsfile.bench.ts
range.ts
server_sent_event.ts
status.ts

Contains the {@link STATUS_CODE} object which contains standard HTTP status codes and provides several type guards for handling status codes with type safety.