ht library

Classes

Blob
Native detached binary large object.
BlobMultipart
Body
Detached body implementation.
EncodedFormData
File
File metadata wrapper over Blob.
FormData
Headers
HttpStatus
HTTP status-code helpers and well-known constants.
MimeType
Immutable MIME type value object.
Multipart
Request
Native request contract shell aligned with the MDN Request surface.
RequestInit
Initialization options for Request, aligned with the MDN Fetch RequestInit surface.
Response
ResponseInit
TextMultipart
URLSearchParams
Query parameter collection compatible with the MDN URLSearchParams model.

Enums

HttpMethod
Standard HTTP methods used by both client and server side APIs.
HttpVersion
HTTP protocol versions.
RequestCache
RequestCredentials
RequestDuplex
RequestMode
RequestPriority
RequestRedirect
RequestReferrerPolicy
ResponseType

Typedefs

BlobPart = Object
Constructor parts accepted by native Blob.
BodyInit = Object?
Constructor input accepted by body implementations.
HeadersInit = Object?
Constructor input accepted by headers implementations.

Exceptions / Errors

MimeTypeFormatException
Thrown when a MIME type cannot be created from input.