bytecodealliance / ComponentizeJS

JS -> WebAssembly Component
Apache License 2.0
242 stars 32 forks source link

feat: http-request test #67

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

This adds a test for creating an HTTP request.

This test works currently, down to a remaining bug with retrieving the headers. The headers code commented out can be uncommented to replicate the bug.