Module mu_alb::response[][src]

Modules

content_types

Known content types.

headers

Common header utilities.

Functions

create

Creates a normalised aws_lambda_events::event::alb::AlbTargetGroupResponse, taking care of a few details that might lead to 502 errors on the Application Load Balancer.

create_as_json

Creates an ALB-compatible response wrapping an optional object as JSON.

create_as_plain_text

Creates an ALB-compatible response wrapping an optional String.

create_json_from_obj

Creates an ALB-compatible response wrapping a Serde-Serializable object as Json.

create_with_content_type