Package de.mirkosertic.bytecoder.api.web
Interface Body
-
- All Superinterfaces:
OpaqueReferenceType
- All Known Subinterfaces:
Response
public interface Body extends OpaqueReferenceType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends OpaqueReferenceType>
Promise<T>json()
StringPromise
text()
-
-
-
Method Detail
-
text
StringPromise text()
-
json
<T extends OpaqueReferenceType> Promise<T> json()
-
-