Struct gateway::response::Builder [] [src]

pub struct Builder { /* fields omitted */ }

An HTTP response builder

You will typically should create one with Response::builder()

Methods

impl Builder
[src]

[src]

[src]

[src]

Set response body. If body is base64 encoded set base64_encoded(true).

[src]

[src]

Sets a hint to API gateway that response body is base64 encoded

[src]

Trait Implementations

impl Debug for Builder
[src]

[src]

Formats the value using the given formatter.

impl Default for Builder
[src]

[src]

Returns the "default value" for a type. Read more