Module emulate
Expand description
Emulate user agent (UA) profiles.
This module contains the profiles for the User Agent (UA) that are used for emulation.
Learn more about User Agents (UA) and why Rama supports it at https://ramaproxy.org/book/intro/user_agent.html.
Structs§
- Extra information about the selected user agent profile, which isn’t already injected. E.g. http and tls information is already injected separately.
- A layer that emulates a user agent profile.
- Service to select a [
UserAgentProfile
] and inject its info into the inputContext
.
Enums§
- Fallback strategy that can be injected into the context to customise what a provider can be requested to do in case the preconditions for UA selection were not fulfilled.
Traits§
- A trait for providing user agent profiles for emulation.