Function: echo()
function echo(request, context): Promise<HttpResponseInit>;
Defined in: functions/echo.ts:16
Echo request headers
Parameters
| Parameter | Type | Description |
|---|---|---|
request | HttpRequest | HTTP request from client |
context | InvocationContext | Invocation Context |
Returns
Promise<HttpResponseInit>
HttpResponse with adapt headers