You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the wasi:http/outgoing-handler interface implementation relies on fermyon:spin-wasi-virt/http-handler which allows users to supply a response given a url string. This is not nearly as flexible as we want this to be as we want to allow testers to supply different responses across all aspects of an outgoing-request including method, headers, body, etc.