Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
isMalformedProxyUri :: Text -> Bool Source #
Test whether a proxy uri is malformed or not. A valid proxy uri should be an absolute uri without query and user info, only http(s) schemes are valid, port number range is 1-65535.
For example http://postgrest.com/openapi.json https://postgrest.com:8080/openapi.json