I agree `Http.url` was useful. Looks like there is a PR for it. https://github.com/elm-lang/http/issues/10
In the meantime elm-lang/http exposes encodeUri which is the "hard part" of building URIs, so you could make your own (or just copy it from https://github.com/evancz/elm-http/blob/3.0.1/src/Http.elm#L56-L73 ). On Wednesday, December 7, 2016 at 12:37:14 PM UTC-5, Alexander Biryukov wrote: > > Hi, > > Any updates or thoughts? > > On Friday, November 18, 2016 at 4:57:43 PM UTC+7, Andrey N. Ronin wrote: >> >> 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.
