Module body

Source
Expand description

Request body types for nyquest HTTP clients.

This module defines the various body types that can be used in HTTP requests, including byte content, form data, and multipart forms.

Structs§

Partmultipart
Represents a part in a multipart form.

Enums§

Body
Represents different types of HTTP request bodies.
PartBodymultipart
Body content for a multipart form part.