k      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij Safe-Inferredkkk Safe-Inferred lmnopqrstuvwxmstuvwx lmnopqrstuvwxNone yz{|}~y yz{|}~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+ Internal information."3Data type to manipulate IO actions for connections.&3filepath, offset, length, hook action, HTTP headers-Whether or not - in "J can be overridden. This is a kind of hack to keep the signature of " clean..Override with this /Don't override0Error types for bad Request.7$The type for header value used with .8TCP port number.+Read from a Source, ignoring any leftovers.) !"#$%&'()*+,-./012345678' !"#$%&'()*+,-./012345678 !" #$%&'()*+,-/.065432178None39 Array for a set of HTTP headers.: The size for 9 for HTTP Request. From 0 to this corresponds to "Content-Length", "Transfer-Encoding", "Expect", "Connection", "Range", and "Host". The size for 9 for HTTP Response.9:  9:  9:  None FM;Various 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 ; value, use KK and the various 'set' functions to modify individual fields. For example: setTimeout 20 defaultSettings=&Port to listen on. Default value: 3000>Default value: HostIPv4?xWhat to do with exceptions thrown by either the application or server. Default: ignore server-generated exceptions (see 09) and print application-generated applications to stderr.@A function to create   when an exception occurs.0Default: 500, text/plain, "Something went wrong" Since 2.0.3A+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  .B;What to do when a connection is close. Default: do nothing.C+Timeout value in seconds. Default value: 30DHUse an existing timeout manager instead of spawning a new one. If used, C is ignored. Default is EsCache duratoin time of file descriptors in seconds. 0 means that the cache mechanism is not used. Default value: 10FCode 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.6G&Perform no parsing on the rawPathInfo.(This is useful for writing HTTP proxies.Default: False Since 2.0.3I4Default server name if application does not set one. Since 3.0.2JSee setMaximumBodyFlush. Since 3.0.3K]The default settings for the Warp server. See the individual settings for the default value.LApply 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.3MDefault implementation of @@ for the debugging purpose. 500, text/plain, a showed exception.;<=>?@ABCDEFGHIJKLM;<=>?@ABCDEFGHIJKLM;<=>?@ABCDEFGHIJKLMNoneNOP;<=>?@ABCDEFGHIJNOP;<=>?@ABCDEFGHIJNOPNOPNone 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.    None!!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 request"parseHeader "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","")#!"$#$#!"$NoneQReceiving a HTTP request from "% and parsing its header to create %.&'()*QPeer's address.Where HTTP request comes from.% passed to +3, how many bytes remain to be consumed, if known 9" of HTTP request for internal use,,-.content lengthtransfer-encoding/0123Q, &'()*Q,-./0123NoneEHMRSending a HTTP response to " according to  ./Applications/middlewares MUST specify a proper 4U. 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  : 5 :: 6 -> 4 -> 7 -> 8 9 ->  HTTP response body is sent by sendfile(). Applications are categorized into simple and sophisticated. Simple applications should specify  to 8 9. The size of the specified file is obtained by disk access. Then Range is handled. Sophisticated applications should specify : to 8 9_. 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.; :: 6 -> 4 -> < ->  #HTTP response body is created from . Typically, Transfer-Encoding: chunked is used. If Content-Length is specified, Transfer-Encoding: chunked is not used.responseSource :: 6 -> 4 ->  = (Flush <) ->  #HTTP response body is created from <. Typically, Transfer-Encoding: chunked is used. If Content-Length is specified, Transfer-Encoding: chunked is not used.>Use %2 to send this data while respecting timeout rules.SThe version of Warp.?;replaceHeader "Content-Type" "new" [("content-type","old")][("Content-Type","new")]@ABCDEFGRdefault 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.HI>JKLMNOPQRSSTU?VFRST@DCBAEFGRHI>JKLMNOPQRSSTU?VNoneWXYWXYWXYNoneEMTDefault action value for ".URun an + on the given port. This calls V with K.VRun an + with the given ;.WSame as V, 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 = will still be passed to + s via the  serverPort record.jWhen the listen socket in the second argument is closed, all live connections are gracefully shut-downed.X5Allows 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.5ZQAllows you to provide a function which will return a function which will return ". Since 2.1.4TUVWXYZZ[\] is secure?^_get next chunkmaximum to flush3True == flushed the entire body, False == we didn't`abTUVWXYZZ[\]^_`abTUVWXYZZ[\]^_`abNone[&Port to listen on. Default value: 3000 Since 2.1.0\-Interface to bind to. Default value: HostIPv4 Since 2.1.0]yWhat to do with exceptions thrown by either the application or server. Default: ignore server-generated exceptions (see 0:) and print application-generated applications to stderr. Since 2.1.0^A function to create a   when an exception occurs.0Default: 500, text/plain, "Something went wrong" Since 2.1.0_-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.0`<What to do when a connection is closed. Default: do nothing. Since 2.1.0a+Timeout value in seconds. Default value: 30 Since 2.1.0bIUse an existing timeout manager instead of spawning a new one. If used, C is ignored. Since 2.1.0csCache duration time of file descriptors in seconds. 0 means that the cache mechanism is not used. Default value: 10dCode 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.0e&Perform no parsing on the rawPathInfo.(This is useful for writing HTTP proxies.Default: False Since 2.1.0fGet the listening port. Since 2.1.1gGet the interface to bind to. Since 2.1.1h#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.1i4Default server name if application does not set one. Since 3.0.2jEThe 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.3[\]^_`abcdefghij^  !"#$%&'()*+,-./0123456789:;=>?@ABCDEFGKLMQRSTUVWXYZ[\]^_`abcdefghij[UVWXYZ;=>?@ABCDEFGK[\]^_`abcdehijfg=>?@ABCDEFGML80654321-/."#$%&'()*+,TS !79:  QR[\]^_`abcdefghijc !"#$%&'()**+,-./01234567789:;;<=>?@ABCDEFGHIJKLMNOPQRSSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                ..+      !"#$%#$&'()*+,-./01233+456789:;< !=>>?@A BCDEFGHIJKL BMNOP'Q !R'S BTUVW#$XYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ warp-3.0.3Network.Wai.Handler.WarpNetwork.Wai.Handler.Warp.Buffer 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.Runstreaming-commons-0.1.6Data.Streaming.Network.InternalHostPreferenceBufSizeBuffer bufferSizeallocateBuffer freeBuffer toBlazeBuffer DateCacheGMTDate withDateCachegetDateMutableFdCacheRefresh withFdCachegetFd TimeoutThreadHandle TimeoutActionManager initialize stopManagerregisterregisterKillThreadticklecancelpauseresume withManager InternalInfo threadHandlefdCacher dateCacher Connection connSendMany connSendAll connSendFile connCloseconnRecvconnReadBufferconnWriteBufferconnBufferSizeconnSendFileOverrideConnSendFileOverrideOverride NotOverrideInvalidRequestOverLargeHeaderConnectionClosedByPeerIncompleteHeadersNonHttp BadFirstLineNotEnoughLines HeaderValuePort IndexedHeaderrequestMaxIndexSettings settingsPort settingsHostsettingsOnExceptionsettingsOnExceptionResponsesettingsOnOpensettingsOnClosesettingsTimeoutsettingsManagersettingsFdCacheDurationsettingsBeforeMainLoopsettingsNoParsePathsettingsInstallShutdownHandlersettingsServerNamesettingsMaximumBodyFlushdefaultSettingsdefaultShouldDisplayExceptionexceptionResponseForDebug getOnOpen getOnClosegetOnException recvRequest sendResponse warpVersionsocketConnectionrun runSettingsrunSettingsSocketrunSettingsConnectionrunSettingsConnectionMaker runSettingsConnectionMakerSecuresetPortsetHostsetOnExceptionsetOnExceptionResponse setOnOpen setOnClose setTimeout setManagersetFdCacheDurationsetBeforeMainLoopsetNoParsePathgetPortgetHostsetInstallShutdownHandler setServerNamesetMaximumBodyFlushwindowsThreadBlockHackcatchIOversionbindirlibdirdatadir 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.IORefatomicModifyIORef'atomicWriteIORefatomicModifyIORef 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.5Network.HTTP.Types.Header HeaderName readSource'SourcehTransferEncoding hContentRange hAcceptRangeshServermkSource readSourceleftoverSourcereadLeftoverSource$fExceptionInvalidRequest$fShowInvalidRequestresponseMaxIndexindexRequestHeaderidxContentLengthidxTransferEncoding idxExpect idxConnectionidxRangeidxHostrequestKeyIndexdefaultIndexRequestHeaderindexResponseHeader idxServeridxDateresponseKeyIndextraverseHeader wai-3.0.2Network.Wai.InternalResponseghc-prim GHC.TypesFalseTrue Data.MaybeNothingdefaultExceptionHandlerdefaultExceptionResponseISource readISource isourceDone ChunkState DoneChunkingHaveLenNeedLenNewlineNeedLenCSource mkISourcebsCRLF mkCSource readCSource isHexDigitparseRequestLine parseHeaderparseHeaderLinesparseByteRangesRequestTHStatus BSEndoListBSEndomaxTotalHeaderLength Network.Wai Application headerLines handleExpect bodyAndSourcetoLength isChunked timeoutBodypushcheckCRResponseHeaders responseFileNetwork.HTTP.Types.StatusGHC.IOFilePathMaybeFilePartJustresponseBuilderblaze-builder-0.3.3.4'Blaze.ByteString.Builder.Internal.TypesBuilderIOconnSink replaceHeaderRspRspRaw RspStream RspBuilderRspFilemapRight fileRangecheckPartRangesendRspsendResponseNoBodyinfoFromRequest checkPersist checkChunkinfoFromResponsehasBodyaddAcceptRangesaddTransferEncodingaddContentLengthaddContentRangeaddDatedefaultServerValue addServercomposeHeaderBuilderdefaultSendFile setSendFilesendFileonEacceptConnectionforkserveConnectionflushEntireBody flushBody connSourcesetSocketCloseOnExecgracefulShutdown