ResponseMetaData

data class ResponseMetaData(val url: String)

Represents the result of loading and transforming a web snippet, including the final URL and content metadata.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String

The final resolved URL after redirects.