AzureFunctionsBase.Response (AzureFunctionsBase v0.1.3) View Source

A response for Azure Functions.

properties

  • :body - Http body as string
  • :headers - Http headers as map
  • :status_code - Http status code as integer

Link to this section Summary

Link to this section Functions

create response

Link to this function

to_response(body, headers)

View Source

create response

Link to this function

to_response(body, headers, status_code)

View Source

create response