FaasBase.Ibm.Request (FaasBase v1.2.0) View Source

A request for IBM Functions.

properties

  • :method - Http method as an atom(:get, :post, etc.)
  • :headers - Http headers as map
  • :body - Http body as string
  • :path - Http body as string

Link to this section Summary

Functions

create request from event

Link to this section Types

Specs

t() :: %FaasBase.Ibm.Request{
  body: String.t(),
  headers: map(),
  method: atom(),
  path: String.t()
}

Link to this section Functions

create request from event