WebResponse
@JsonClass(generateAdapter = true)
A web response associated with this thread flow location.
Describes the response to an HTTP request.
A web response associated with this result.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "body") body: ArtifactContent? = null, @Json(name = "headers") headers: Map<String, String>? = null, @Json(name = "index") index: Int? = null, @Json(name = "noResponseReceived") noResponseReceived: Boolean? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "protocol") protocol: String? = null, @Json(name = "reasonPhrase") reasonPhrase: String? = null, @Json(name = "statusCode") statusCode: Int? = null, @Json(name = "version") version: String? = null)
Properties
Link copied to clipboard
The body of the response.
Link copied to clipboard
Specifies whether a response was received from the server.
Link copied to clipboard
Key/value pairs that provide additional information about the response.
Link copied to clipboard
The response reason. Example: 'Not found'.
Link copied to clipboard
The response status code. Example: 451.