Uses of Interface
com.google.cloud.functions.HttpResponse
-
-
Uses of HttpResponse in com.google.cloud.functions
Methods in com.google.cloud.functions with parameters of type HttpResponse Modifier and Type Method Description void
TypedFunction.WireFormat. serialize(java.lang.Object object, HttpResponse response)
Serialize is expected to encode the object to the provided HttpResponse.void
HttpFunction. service(HttpRequest request, HttpResponse response)
Called to service an incoming HTTP request.
-