-
- All Implemented Interfaces:
-
com.hexagonkt.http.model.HttpBase,com.hexagonkt.http.model.HttpMessage
public interface HttpResponse implements HttpMessage
-
-
Method Summary
Modifier and Type Method Description abstract HttpStatusgetStatus()abstract List<HttpCookie>getCookies()abstract ObjectgetBody()abstract MultiMap<String, String>getHeaders()abstract ContentTypegetContentType()-
-
Method Detail
-
getStatus
abstract HttpStatus getStatus()
-
getCookies
abstract List<HttpCookie> getCookies()
-
getHeaders
abstract MultiMap<String, String> getHeaders()
-
getContentType
abstract ContentType getContentType()
-
-
-
-