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