treeform / puppy

Puppy fetches via HTTP and HTTPS
MIT License
185 stars 27 forks source link

Hardcoded `get` verb in $ proc #44

Closed srozb closed 2 years ago

srozb commented 2 years ago

Hi, I think echoing Request will always show the verb being get no matter what verb actually is used. See this line.

This is very confusing. Would also be very helpful to print post body if defined.

guzba commented 2 years ago

Sorry for the hardcoded value. That was an oversight on our part. Thanks for the PR and test to fix this.