Package io.javalin.mock
Interface Body
-
- All Implemented Interfaces:
public interface Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBody.Companion
-
Method Summary
Modifier and Type Method Description Unitinit(ContextMockConfig mockConfig)abstract InputStreamtoInputStream()abstract StringgetContentType()abstract LonggetContentLength()-
-
Method Detail
-
init
Unit init(ContextMockConfig mockConfig)
-
toInputStream
abstract InputStream toInputStream()
-
getContentType
abstract String getContentType()
-
getContentLength
abstract Long getContentLength()
-
-
-
-