extism / js-pdk

Write Extism plugins in JavaScript & TypeScript
52 stars 16 forks source link

fix: default to GET for http req method #73

Closed nilslice closed 4 months ago

nilslice commented 4 months ago

Rather than marking this required, check if its undefined and set to "GET" by default.