Package dev.webfx.platform.fetch
Interface Response
public interface Response
- Author:
- Bruno Salmon
-
Method Summary
-
Method Details
-
status
int status() -
statusText
String statusText() -
ok
default boolean ok() -
redirected
default boolean redirected() -
url
String url() -
headers
Headers headers() -
text
-
blob
-
body
ReadableStream body()
-