Skip to main content

build_request

Function build_request 

Source
pub fn build_request(
    req: &Request,
    _token: Option<&str>,
) -> (Vec<u8>, Vec<(String, String)>)
Expand description

Build the Converse request body (JSON bytes) + headers. token is ignored — Bedrock authenticates by SigV4 (added by the transport), never a bearer.