Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
run :: forall (api :: *) env. (HasServer api '[], HasConfig env Config, HasConfig env Config) => ServerT api (RIO env) -> RIO env () Source #
Main function.
redirect :: ByteString -> RIO env a Source #
This defines the host part of a URL.
For example, in the URL https://some.url.com:8090/, the host is
some.url.com
.
This defines the protocol part of a URL.
For example, in the URL https://some.url.com:8090/, the protocol is
https
.