You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I wanted to construct a URI piece by piece using the constructors, and found it quite strange. For example, the port is defined as a String, that should include ":" (e.g. uriPort = ":42"). Not a big deal, just nit-picking :)
Using uri-bytestring would be much better for constructing URIs. See for example: haskell-servant/servant#139
https://hackage.haskell.org/package/uri-bytestring-0.1.5/docs/URI-ByteString.html
The text was updated successfully, but these errors were encountered: