Set the host for the request (returns a new client). Also sets the Host header to ensure domain routing works even when the runtime reads the header instead of the URL host.
Set default headers for all requests (returns a new client)
Set the locale for all requests from this client (returns a new client). If strategy is not provided, resolves from the module's I18n configuration.
Locale code (e.g., 'en', 'fr')
Optionalstrategy: DetectionStrategyDetection strategy override
TestHttpClient
Fluent HTTP client for making test requests.
Example