HttpCommon.jl icon indicating copy to clipboard operation
HttpCommon.jl copied to clipboard

Types and helper functions for dealing with the HTTP in Julia

Results 2 HttpCommon.jl issues
Sort by recently updated
recently updated
newest added

[Here](https://github.com/JuliaWeb/HttpCommon.jl#request) it says `request` has five fields but only four are listed, `uri` is missing.

Hi there, Not sure if this issue belongs here but here it is: In terminal A I have an app running on localhost with port 50000. In terminal B I...