h{      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz Safe-Inferred{{{ Safe-Inferred |}~} |}~None  None;  Safe-InferredRedBlackRed black tree as multimap.(One ore more list to implement multimap.O(log N)O(log N)O(1)O(1)O(1)O(log N) O(N log N)O(N)2O(N) "Constructing Red-Black Trees" by Ralf HinzeO(N)O(N)*"  Safe-Inferred   Safe-InferredNone None None None/The type of the cache of the Date header value."The type of the Date header value. Creating  and executing the action. Getting  based on .    Safe-Inferred Mutable Fd cacher. 'An action to activate a Fd cache entry.  Creating  f and executing the action in the second argument. The first argument is a cache duration in second. Getting  and   from the mutable Fd cacher.     None+; A handle used by %An action to be performed on timeout.A timeout manager\Creating timeout manager which works every N micro seconds where N is the first argument.Stopping timeout manager.Registering a timeout action.4Registering a timeout action of killing this thread. Setting the state to active. % turns active to inactive repeatedly."Setting the state to canceled. 0 eventually removes this without timeout action. Setting the state to paused.  does not change the value.;Setting the paused state to active. This is an alias to ./Call the inner function with a timeout manager.timeout in microsecondsNone+3What kind of transport is used for this connection?Encrypted channel: TLS or SSL @The result of Application Layer Protocol Negociation in RFC 7301"Plain channel: TCP#Internal information.(3Data type to manipulate IO actions for connections.,3filepath, offset, length, hook action, HTTP headers3Whether or not 3 in (J can be overridden. This is a kind of hack to keep the signature of ( clean.4Override with this 5Don't override6Error types for bad Request.>$The type for header value used with .?TCP port number.+Read from a Source, ignoring any leftovers.2 !"#$%&'()*+,-./0123456789:;<=>?    0 !"#$%&'()*+,-./0123456789:;<=>?  " !#$%&'( )*+,-./0123546=<;:987>?    None3@ Array for a set of HTTP headers.A The size for @ for HTTP Request. From 0 to this corresponds to "Content-Length", "Transfer-Encoding", "Expect", "Connection", "Range", and "Host".  The size for @ for HTTP Response.@A @A @A None FHIM$Specify usage of the PROXY protocol.See setProxyProtocolOptional.See setProxyProtocolRequired.See setProxyProtocolNone.CVarious Warp server settings. This is purposely kept as an abstract data type so that new settings can be added without breaking backwards compatibility. In order to create a C value, use UK and the various 'set' functions to modify individual fields. For example: setTimeout 20 defaultSettingsE&Port to listen on. Default value: 3000FDefault value: HostIPv4GxWhat to do with exceptions thrown by either the application or server. Default: ignore server-generated exceptions (see 69) and print application-generated applications to stderr.HA function to create   when an exception occurs.0Default: 500, text/plain, "Something went wrong" Since 2.0.3I+What to do when a connection is open. When !s is returned, the connection is closed immediately. Otherwise, the connection is going on. Default: always returns ".J;What to do when a connection is close. Default: do nothing.K+Timeout value in seconds. Default value: 30LHUse an existing timeout manager instead of spawning a new one. If used, K is ignored. Default is #MsCache duratoin time of file descriptors in seconds. 0 means that the cache mechanism is not used. Default value: 10NCode to run after the listening socket is ready but before entering the main event loop. Useful for signaling to tests that they can start running, or to drop permissions after binding to a restricted port.Default: do nothing. Since 1.3.6O1Code to fork a new thread to accept a connection.kThis may be useful if you need OS bound threads, or if you wish to develop an alternative threading model. Default: void . forkIOWithUnmask Since 3.0.4P&Perform no parsing on the rawPathInfo.(This is useful for writing HTTP proxies.Default: False Since 2.0.3R4Default server name if application does not set one. Since 3.0.2SSee setMaximumBodyFlush. Since 3.0.3T$Specify usage of the PROXY protocol. Since 3.0.5.U]The default settings for the Warp server. See the individual settings for the default value.VApply the logic provided by $ to determine if an exception should be shown or not. The goal is to hide exceptions which occur under the normal course of the web server running. Since 2.1.3WDefault implementation of H@ for the debugging purpose. 500, text/plain, a showed exception.CDEFGHIJKLMNOPQRSTUV$%WCDEFGHIJKLMNOPQRSTUV$%WCDEFGHIJKLMNOPQRSTUV$%WNoneXYZCDEFGHIJKLMNOPQRSTXYZCDEFGHIJKLMNOPQRSTXYZXYZNone& Contains a Source. and a byte count that is still to be read in.' Given an IsolatedBSSource provide a Source} that only allows up to the specified number of bytes to be passed downstream. All leftovers should be retained within the Source5. If there are not enough bytes available, throws a ConnectionClosedByPeer exception.(Extract the underlying Source from an IsolatedBSSource-, which will not perform any more isolation.)*+,-./&01'(2345)*+,-./&01'(2345 )-,+*./&01'(2345None6!parseRequestLine "GET / HTTP/1.1"("GET","/","",HTTP/1.1)8parseRequestLine "POST /cgi/search.cgi?key=foo HTTP/1.0".("POST","/cgi/search.cgi","?key=foo",HTTP/1.0)parseRequestLine "GET ":*** Exception: Warp: Invalid first line of request: "GET "+parseRequestLine "GET /NotHTTP UNKNOWN/1.1">*** Exception: Warp: Request line specified a non-HTTP request7parseHeader "Content-Length:47"("Content-Length","47")"parseHeader "Accept-Ranges: bytes"("Accept-Ranges","bytes")%parseHeader "Host: example.com:8080"("Host","example.com:8080")parseHeader "NoSemiColon"("NoSemiColon","")8679898679None[Receiving a HTTP request from (% and parsing its header to create :.;<=>?[Peer's address.Where HTTP request comes from.: passed to @3, how many bytes remain to be consumed, if known @" of HTTP request for internal use,ABCcontent lengthtransfer-encodingDEF remainingGHI[AI;<=>?[ABCDEFGHINoneEHM\Sending a HTTP response to ( according to  ./Applications/middlewares MUST specify a proper JU. so that inconsistency does not happen. No header is deleted by this function.Especially, Applications/middlewares MUST take care of Content-Length, Content-Range, and Transfer-Encoding because they are inserted, when necessary, regardless they already exist. This function does not insert Content-Encoding. It's middleware's responsibility.LThe Date and Server header is added if not exist in HTTP response header.%There are three basic APIs to create  : K :: L -> J -> M -> N O ->  HTTP response body is sent by sendfile(). Applications are categorized into simple and sophisticated. Simple applications should specify # to N O. The size of the specified file is obtained by disk access. Then Range is handled. Sophisticated applications should specify P to N O_. They should treat Range (and If-Range) by thierselves. In both cases, Content-Length and Content-Range (if necessary) are automatically added into the HTTP response header. If Content-Length and Content-Range exist in the HTTP response header, they would cause inconsistency. Status is also changed to 206 if necessary.Q :: L -> J -> R ->  #HTTP response body is created from R6. Transfer-Encoding: chunked is used in HTTP/1.1.S :: L -> J -> T ->  #HTTP response body is created from R6. Transfer-Encoding: chunked is used in HTTP/1.1.U :: (V W -> (W -> V ()) -> V ()) ->   ->  8No header is added and no Transfer-Encoding: is applied.XUse +2 to send this data while respecting timeout rules.]The version of Warp.Y;replaceHeader "Content-Type" "new" [("content-type","old")][("Content-Type","new")]Z[\]^_`ab\default server value HTTP request.Indexed header of HTTP request.$source from client, for raw response8HTTP response including status code and response header..Returing True if the connection is persistent.cdXefghijklmn]opYq`\]oZ^]\[_`ab\cdXefghijklmn]opYqNonerstrstrstNoneEM^Default action value for (._Run an @ on the given port. This calls a with U.`Run an @ on the port present in the PORT environment variable Uses the ?" given when the variable is unset. Since 3.0.9aRun an @ with the given C.bSame as a, but uses a user-supplied socket instead of opening one. This allows the user to provide, for example, Unix named socket, which can be used when reverse HTTP proxying into your application.Note that the E will still be passed to @ s via the  serverPort record.hWhen the listen socket in the second argument is closed, all live connections are gracefully shut down.c5Allows you to provide a function which will return a (. In cases where creating the  Connection can be expensive, this allows the expensive computations to be performed in a separate thread instead of the main server loop. Since 1.3.5eQAllows you to provide a function which will return a function which will return (. Since 2.1.4^_`abcdeuvwxyzget next chunkmaximum to flush3True == flushed the entire body, False == we didn't{|}^_`abcdeuvwxyz{|}^_`abcdeuvwxyz{|}NoneHMf&Port to listen on. Default value: 3000 Since 2.1.0g-Interface to bind to. Default value: HostIPv4 Since 2.1.0hyWhat to do with exceptions thrown by either the application or server. Default: ignore server-generated exceptions (see 68) and print application-generated exceptions to stderr. Since 2.1.0iA function to create a   when an exception occurs.0Default: 500, text/plain, "Something went wrong" Since 2.1.0j-What to do when a connection is opened. When !u is returned, the connection is closed immediately. Otherwise, the connection is going on. Default: always returns ". Since 2.1.0k<What to do when a connection is closed. Default: do nothing. Since 2.1.0l+Timeout value in seconds. Default value: 30 Since 2.1.0mIUse an existing timeout manager instead of spawning a new one. If used, K is ignored. Since 2.1.0nsCache duration time of file descriptors in seconds. 0 means that the cache mechanism is not used. Default value: 10oCode to run after the listening socket is ready but before entering the main event loop. Useful for signaling to tests that they can start running, or to drop permissions after binding to a restricted port.Default: do nothing. Since 2.1.0p&Perform no parsing on the rawPathInfo.(This is useful for writing HTTP proxies.Default: False Since 2.1.0qGet the listening port. Since 2.1.1rGet the interface to bind to. Since 2.1.1s#A code to install shutdown handler.For instance, this code should set up a UNIX signal handler. The handler should call the first argument, which close the listen socket, at shutdown.#Default: does not install any code. Since 3.0.1t4Default server name if application does not set one. Since 3.0.2uEThe maximum number of bytes to flush from an unconsumed request body.By default, Warp does not flush the request body so that, if a large body is present, the connection is simply terminated instead of wasting time and bandwidth on transmitting it. However, some clients do not deal with that situation well. You can either change this setting to Nothingx to flush the entire body in all cases, or in your application ensure that you always consume the entire request body.Default: 8192 bytes. Since 3.0.3v1Code to fork a new thread to accept a connection.kThis may be useful if you need OS bound threads, or if you wish to develop an alternative threading model. Default: void . forkIOWithUnmask Since 3.0.4wDo not use the PROXY protocol. Since 3.0.5xRequire PROXY header.SThis is for cases where a "dumb" TCP/SSL proxy is being used, which cannot add an X-Forwarded-ForC HTTP header field but has enabled support for the PROXY protocol.See  :http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt and  shttp://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#proxy-protocol.iOnly the human-readable header format (version 1) is supported. The binary header format (version 2) is not supported. Since 3.0.5yYUse the PROXY header if it exists, but also accept connections without the header. See x.WARNING: This is contrary to the PROXY protocol specification and using it can indicate a security problem with your architecture if the web server is directly accessable to the public, since it would allow easy IP address spoofing. However, it can be useful in some cases, such as if a load balancer health check uses regular HTTP without the PROXY header, but proxied connections do include the PROXY header. Since 3.0.5z'Explicitly pause the slowloris timeout.`This is useful for cases where you partially consume a request body. For more information, see *https://github.com/yesodweb/wai/issues/351 Since 3.0.10fghijklmnopqrstuvwxyzl  !"#$%&'()*+,-./0123456789:;<=>?@ABCEFGHIJKLMNPUVW[\]^_`abcdefghijklmnopqrstuvwxyzi_`abcdeCEFGHIJKLMNPUfghijklmnopstuvwxyqrEFGHIJKLMNPWV" !B?6=<;:987354z()*+,-./012^]#$%&'>@A  [\fghijklmnopqrstuvwxyz~ !"#$%&''()*+,-./0123456789:;;<=>??@ABCDEFGHIJKLMNOPQRSTUVWXYZ[[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                ++  (    !"#$%&'()*+,-./0123456789:89;<=>?@ABCDEFGHH@IJKLMNOPQ56RSSTUV5WXYZ[\]^_`ab5Wcdef<g56h<i5Wjklm5Wn56o5Wp89qkrstuvwxyz{|}~ warp-3.0.11Network.Wai.Handler.Warp.BufferNetwork.Wai.Handler.Warp Network.Wai.Handler.Warp.Timeout!Network.Wai.Handler.Warp.Internal Network.Wai.Handler.Warp.Windows Paths_warp'Network.Wai.Handler.Warp.ResponseHeader Network.Wai.Handler.Warp.ReadInt!Network.Wai.Handler.Warp.MultiMapNetwork.Wai.Handler.Warp.IORef Network.Wai.Handler.Warp.CounterNetwork.Wai.Handler.Warp.IONetwork.Wai.Handler.Warp.RecvNetwork.Wai.Handler.Warp.Date Network.Wai.Handler.Warp.FdCacheNetwork.Wai.Handler.Warp.TypesNetwork.Wai.Handler.Warp.Header!Network.Wai.Handler.Warp.Settings Network.Wai.Handler.Warp.Conduit&Network.Wai.Handler.Warp.RequestHeader Network.Wai.Handler.Warp.Request!Network.Wai.Handler.Warp.Response!Network.Wai.Handler.Warp.SendFileNetwork.Wai.Handler.Warp.RunBufSizeBuffer bufferSizeallocateBuffer freeBuffer toBlazeBuffer DateCacheGMTDate withDateCachegetDateMutableFdCacheRefresh withFdCachegetFd TimeoutThreadHandle TimeoutActionManager initialize stopManagerregisterregisterKillThreadticklecancelpauseresume withManager TransportTLStlsMajorVersiontlsMinorVersiontlsNegotiatedProtocol tlsChiperIDTCP InternalInfo threadHandlefdCacher dateCacher Connection connSendMany connSendAll connSendFile connCloseconnRecvconnReadBufferconnWriteBufferconnBufferSizeconnSendFileOverrideConnSendFileOverrideOverride NotOverrideInvalidRequestBadProxyHeaderOverLargeHeaderConnectionClosedByPeerIncompleteHeadersNonHttp BadFirstLineNotEnoughLines HeaderValuePort IndexedHeaderrequestMaxIndexstreaming-commons-0.1.10.0Data.Streaming.Network.InternalHostPreferenceSettings settingsPort settingsHostsettingsOnExceptionsettingsOnExceptionResponsesettingsOnOpensettingsOnClosesettingsTimeoutsettingsManagersettingsFdCacheDurationsettingsBeforeMainLoop settingsForksettingsNoParsePathsettingsInstallShutdownHandlersettingsServerNamesettingsMaximumBodyFlushsettingsProxyProtocoldefaultSettingsdefaultShouldDisplayExceptionexceptionResponseForDebug getOnOpen getOnClosegetOnException recvRequest sendResponse warpVersionsocketConnectionrunrunEnv runSettingsrunSettingsSocketrunSettingsConnectionrunSettingsConnectionMaker runSettingsConnectionMakerSecuresetPortsetHostsetOnExceptionsetOnExceptionResponse setOnOpen setOnClose setTimeout setManagersetFdCacheDurationsetBeforeMainLoopsetNoParsePathgetPortgetHostsetInstallShutdownHandler setServerNamesetMaximumBodyFlushsetForksetProxyProtocolNonesetProxyProtocolRequiredsetProxyProtocolOptional pauseTimeoutwindowsThreadBlockHackcatchIOversionbindirlibdirdatadir libexecdir sysconfdir getBinDir getLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName composeHeadercopy httpVer11 httpVer10 copyStatus copyHeaders copyHeadercopyCRLFzerospccoloncrlfTablereadInt readInt64 mhDigitToIntisDigitRBMMapSomesearch searchWithisEmptyempty singletoninsertfromListtoListfromSortedList toSortedList pruneWithDigitDueUnoColorNodeLeafTomOnesnoctopinsert' balanceL' balanceR'turnBincraddlinkAlllinkmergevalid isBalanced isBlackSameblacks isRedSeparatereds isOrdered$fEqMMapbase Data.IORefatomicWriteIORefatomicModifyIORef'atomicModifyIORef modifyIORef' modifyIORef mkWeakIORef GHC.IORef writeIORef readIORefnewIORefIORefCounter newCounterisZeroincreasedecrease toBufIOWithtoBSc_memcpyc_recvreceive receiveloopgetCurrentGMTDateSystem.Posix.TypesFdFdCacheHashFdEntry MutableStatusStatusInactiveActivestatusnewActiveStatusrefreshinactive newFdEntryfdCachelookcleanprune terminateStateCanceledPaused ignoreAll killIfExist$fShowTimeoutThread$fExceptionTimeoutThreadnetwork-2.6.0.2Network.Socket.TypesSockethttp-types-0.8.6Network.HTTP.Types.Header HeaderName readSource'SourcehTransferEncoding hContentRange hAcceptRangeshServermkSource readSourceleftoverSourcereadLeftoverSourceisTransportSecure$fExceptionInvalidRequest$fShowInvalidRequestresponseMaxIndexindexRequestHeaderidxContentLengthidxTransferEncoding idxExpect idxConnectionidxRangeidxHostrequestKeyIndexdefaultIndexRequestHeaderindexResponseHeader idxServeridxDateresponseKeyIndextraverseHeader ProxyProtocolProxyProtocolOptionalProxyProtocolRequiredProxyProtocolNone wai-3.0.2.3Network.Wai.InternalResponseghc-prim GHC.TypesFalseTrue Data.MaybeNothingdefaultExceptionHandlerdefaultExceptionResponseISource readISource isourceDone ChunkState DoneChunkingHaveLenNeedLenNewlineNeedLenCSource mkISourcebsCRLF mkCSource readCSource isHexDigitparseRequestLine parseHeaderparseHeaderLinesparseByteRangesRequestTHStatus BSEndoListBSEndomaxTotalHeaderLength Network.Wai Application headerLines handleExpect bodyAndSourcetoLength isChunked timeoutBodypushcheckCRpauseTimeoutKeyResponseHeaders responseFileNetwork.HTTP.Types.StatusGHC.IOFilePathMaybeFilePartJustresponseBuilderbytestring-0.10.4.0 Data.ByteString.Builder.InternalBuilderresponseStream StreamingBody responseRawIOData.ByteString.Internal ByteString sendFragment replaceHeaderRspRspRaw RspStream RspBuilderRspFilemapRight fileRangefileRangeSizedcheckPartRangesendRspsendResponseNoBodyinfoFromRequest checkPersist checkChunkinfoFromResponsehasBodyaddAcceptRangesaddTransferEncodingaddContentLengthaddContentRangeaddDatedefaultServerValue addServercomposeHeaderBuilderdefaultSendFile setSendFilesendFileonEacceptConnectionforkserveConnectionflushEntireBody flushBody connSourcesetSocketCloseOnExecgracefulShutdown