postgrest-8.0.0: REST API for any Postgres database
Safe HaskellSafe-Inferred
LanguageHaskell2010

PostgREST.Config.Proxy

Description

 
Synopsis

Documentation

data Proxy Source #

Constructors

Proxy 

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