Hi, folks! In the *evancz/elm-http* package i offen use Http.url function for building query string, but after upgrade to 0.18 to my regret I found that this function is no longer exist in new *elm-lang/http*. I know, where are many library out there with similar functionality, I had to use one of them sporto/erl <http://package.elm-lang.org/packages/sporto/erl/latest>, despite the fact that it seems to me an excellent library, i think building query string must be core function for *elm-lang/http*. Especially that now we have query parser in new *evancz/url-parser*, i think in most cases that eliminates the need for additional dependencies, so no need to wait they upgrade then new Elm version appears. That do you think?
-- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
