Pudu programming language
Menu
API reference

Std.Http.Request

1 declaration

type

Request

This declaration introduces a public type.

What it does

A request, with nothing about how it will be sent.

Transport is not here because it needs the foreign interface; everything a

caller decides before sending is, so a request can be built, inspected, and

tested without one.

binaryBody, when present, is the exact bytes carried, and takes precedence

over body, the way a response's does: a body that is not UTF-8 text — an

uploaded image, a compressed payload — has no honest text form.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.HttpSearch related declarations