class Capsium::Package::Route

A single route entry (ARCHITECTURE.md section 4). Kinds are discriminated by key, MECE:

Route inheritance (05x-routing): a resource of the form “<dependency-guid>/<path>” (a URI, i.e. containing “://”) pulls content from a dependency package; “remap” replaces the serving path; “responseRewrite”/“responseHeaders” post-process the response; “requestHeaders” are recorded for forwarding reactors (the Ruby reactor serves statically and does not forward, so they do not alter its responses).