deislabs / wagi

Write HTTP handlers in WebAssembly with a minimal amount of work
Apache License 2.0
889 stars 44 forks source link

Fixes to bring this up to CGI/1.1 specification #112

Closed technosophos closed 3 years ago

technosophos commented 3 years ago

During investigation of #101, I found several fairly major discrepancies between Wagi and the CGI/1.1 specification. This fixes the following:

Additionally:

Docs were updated accordingly

Closes #101

Signed-off-by: Matt Butcher matt.butcher@microsoft.com