Uses of Interface
dev.openfunction.functions.HttpResponse
-
-
Uses of HttpResponse in dev.openfunction.functions
Methods in dev.openfunction.functions that return HttpResponse Modifier and Type Method Description HttpResponseContext. getHttpResponse()getHttpResponse returns the Http response.Methods in dev.openfunction.functions with parameters of type HttpResponse Modifier and Type Method Description voidHttpFunction. service(HttpRequest request, HttpResponse response)Called to service an incoming HTTP request.
-