std::http::form¶
Status: experimental
application/x-www-form-urlencoded parser and builder.
API details and source¶
The implementation source contains the complete declarations and implementation notes. The table below lists canonical Gossamer call signatures; every item name links directly to its implementation file.
| Item | Canonical signature or declaration | Description |
|---|---|---|
Form |
type Form |
Parsed url-encoded body, queryable by field name. |
FormBuilder |
type FormBuilder |
Builder for url-encoded request bodies. |