HTTP.jl
HTTP.jl copied to clipboard
Request for updated mwe
The test mwe.jl is skipped and running it manually gives the error:
┌ Error: handle_connection handler error
│ exception =
│ UndefVarError: handle not defined
due to HTTP.Handlers.handle
no longer being defined.
In a previous version of HTTP.jl I found the mwe was a helpful way to quickly get some code up and running.
What is equivalent, updated code? Can the test be updated?