public interface HttpResponse
rt.invokeFunction(id, data)| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBodyAsBytes()
Returns the body of the function result as a byte array
|
com.fnproject.fn.api.Headers |
getHeaders()
Return the headers on the HTTP function response
|
int |
getStatusCode()
Return the HTTP status code of the function response
|
int getStatusCode()
com.fnproject.fn.api.Headers getHeaders()
byte[] getBodyAsBytes()
Copyright © 2021. All rights reserved.