MutableHttpRequestInfo

Mutable HttpRequestInfo to be used for altering the reported HTTP request data before it is reported as telemetry.

Properties

Link copied to clipboard
abstract override var httpMethod: String

The request's method (GET, PUT, POST, DELETE, PATCH, etc.).

Link copied to clipboard
abstract override var url: String

The request's URL. Must start with http:// or https://