Colin Caine
Colin Caine
Thanks! Sorry it took so long to get to this :)
Closing. Mux has changed enough that if we ever support HTTPS, we will have to write a new PR.
Lol, I forgot that we already support HTTPS. Check the tests for example use. An even better reason to close!
HTTP.jl now allows you to provide the body as an IO value, which will then be written to the HTTP.Stream. To use it from Mux, provide an IO value for...
Closed as stale, following upstream.
Closed in #157. Thanks for suggesting this approach!
Ah, yes, that's a nice simple approach! Very nice 😃 Would you be happy to make a PR adding something like this to the readme?
v1 was released without discussion, so any breaking changes can now be in Mux 2.0, I guess.
Closing as this is very out of date. Users can now use `req[:uri]` and `branch` to define their own `scheme` helper. Something like this (untested): ```jl scheme(sch, app) = branch(sch...
@Francehelder can you provide the code for your solution, please? Do you think `ispangram("the 1 qüick bröwn föx jümps över the 2 läzy dögs")` should return true or false?