postgrest-0.4.1.0: REST API for any Postgres database

Safe HaskellNone
LanguageHaskell2010

PostgREST.OpenAPI

Synopsis

Documentation

isMalformedProxyUri :: Maybe 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