Skip to main content

Module request_builder

Module request_builder 

Source
Expand description

Execution-free HTTP request builder for constructing http::Request<Body> values.

Unlike the client’s request builder, this builder has no network I/O — the terminal method is .build() which returns an OxiRequest<Body>. Useful for tests, server-side request forging, and as a reusable base for building requests without a live connection.

Structs§

RequestBuilder
Execution-free HTTP request builder.