Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
HttpConfig.type
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Create a read-only configuration that only allows GET and HEAD requests. This is the default and safest configuration.
Create a read-only configuration that only allows GET and HEAD requests. This is the default and safest configuration.
Attributes
Create a restrictive configuration with explicit domain allowlist.
Create a restrictive configuration with explicit domain allowlist.
Attributes
Create an unsafe configuration that disables SSRF protection.
Create an unsafe configuration that disables SSRF protection.
WARNING: This allows requests to internal networks and cloud metadata endpoints. Only use this in controlled/sandboxed environments.
Attributes
Create a configuration that allows all common HTTP methods.
Create a configuration that allows all common HTTP methods.
WARNING: This enables potentially destructive methods (POST, PUT, DELETE). Use with caution and appropriate guardrails.
Attributes
Concrete fields
Default blocked domains (hostnames).
Default blocked domains (hostnames).