Module layer

Module layer 

Expand description

UA Layers provided by Rama.

A Layer, as defined in rama_core::Service, is a middleware that can modify the request and/or response of a Services. It is also capable of branching between two or more Services.

Most layers are implemented as a Service, and then wrapped in a Layer. This is done to allow the layer to be used as a service, and to allow it to be composed with other layers.

Modulesยง

classifier
User-Agent http layer support
emulate
Emulate user agent (UA) profiles.