JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
cool.scx.http
ScxHttpClientResponse
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
status()
headers()
body()
Interface ScxHttpClientResponse
public interface
ScxHttpClientResponse
ScxHttpClientResponse
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ScxHttpBody
body
()
ScxHttpHeaders
headers
()
HttpStatusCode
status
()
Method Details
status
HttpStatusCode
status
()
headers
ScxHttpHeaders
headers
()
body
ScxHttpBody
body
()