mrutkows / openwhisk-knative-build

Knative build resources for Apache OpenWhisk Functions
Apache License 2.0
0 stars 1 forks source link

web actions - multiple HTTP verbs #48

Open pritidesai opened 5 years ago

pritidesai commented 5 years ago

OpenWhisk web actions can be activated via multiple HTTP verbs: GET, POST, PUT, PATCH, and DELETE, as well as HEAD and OPTIONS.

Add support for these verbs in knative web actions, it supports POST today.