Skip to main content

Module response_headers

Module response_headers 

Source
Expand description

Shared planning for OpenAPI-declared response-header accessors.

Generated clients always retain the backend’s complete native header collection. These plans only add optional typed convenience accessors for headers declared in the OpenAPI document.

Structs§

ResponseHeaderPlan

Enums§

ResponseHeaderValueKind

Functions§

collect_response_headers
Collect headers declared by the selected response entries.
unique_response_header_accessor_names
Build collision-safe accessor names from a generator-specific preferred name.
unique_response_header_accessor_names_with_used
Build accessor names while sharing a namespace with other header groups.