h,      0.3.0.6None" l om-httpA bearer token, which is an instance of the necessary type classes to be useful as a servant header value.om-httpRuns a web server on port 80, that redirects to the given url. Does request logging, and sets the HSTS Directive header, and in the unlikely event of excptions it will also catch and log them.om-http"Inject the HSTS directives, see  that redirects unsecured requests to the secure HTTPS site.om-httpSet the Server: header. om-httpInserts a response header, clobbering any and all existing values for the given header.om-httpLogs an HTTP request by emitting two log messages. The first messages logs that the request has begun. The second messages logs the status result and timing of the request once it is finished. 7Starting request: GET /foo GET /foo --> 200 Ok (0.001s)This can help debugging requests that hang or crash for whatever reason. om-http>Logs all exceptions, and returns a 500 Internal Server error. This is useful because your wai framework won't always do what you expect when it encounters random exceptions. For instance, an exception thrown in IO may cause functionality of higher-level middlewares to be bypassed unless they know how to catch and re-throw exceptions (making them more complicated). This middleware explicitly will not re-throw exceptions, unless those exceptions were encountered after the headers have already been sent, e.g. when using .What it will do is generate a unique id for the exception and print that ID, so you can easily find it in the logs. om-http that provides an HTTP CONNECT passthrough to the local ssh port. Useful primarily for bypassing content-inspection firewalls. om-http!Serve a static page at the given . om-httpRewrite: "/" -> "/index.html". om-httpThe Template-Haskell splice $$(staticSite dir) will build a  that serves a set of static files determined at compile time, or else passes the request to the underlying .All files under dir will be served relative to the root path of your web server, so the file /foo/bar.html will be served at  %http://your-web-site.com/foo/bar.htmlThe content-type of the files being served will be guessed using .om-httpLogging backend. om-http Server name. om-httpServer version. om-http Target URL. om-httpLogging backend. om-httpThe path info. om-httpThe content type. om-httpThe response body content.          om-http-0.3.0.6-inplaceOM.HTTPom-http Network.Wai StreamingBody Application BearerToken unBearerTokenrunTlsRedirect hstsDirectiveinsertResponseHeaderIfMissing setServeroverwriteResponseHeaderrequestLogginglogExceptionsAndContinue sshConnect staticPage defaultIndex staticSite$fToHttpApiDataBearerToken tlsRedirectwai-3.2.4-e1bb62749870ecd137d5f14a3ddf447d9d7ae4f17c33f4658aaf368b03e2b4b0 MiddlewareNetwork.Wai.InternalRequestpathInfomime-types-0.1.2.0-b8bbe44dc1e2b9982b7daba3ee1d7fcc9bcfd142c661a999fb6668459c255526 Network.MimedefaultMimeLookup