Skip to main content

Module router

Module router 

Source
Expand description

HTTP method + URI to action routing for CloudFront’s REST-XML API.

Every CloudFront operation is keyed off (Method, segments[..]). The returned Route carries the operation name, any captured path parameters (e.g. distribution Id), and a flag for the WithTags-style query toggle so handlers don’t have to re-parse it.

Structs§

Route

Functions§

route