\e      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcd Safe-Inferred efghijklmnopqflmnopq efghijklmnopqNone rstuvwxyz{|}~r rstuvwxyz{|}~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-Inferred None 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-Inferred24 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 override/Error types for bad Request.6$The type for header value used with .7TCP port number.! !"#$%&'()*+,-./01234567 !"#$%&'()*+,-./01234567  !" #$%&'()*+,.-/54321067None8 Array for a set of HTTP headers.9 The size for 8 for HTTP Request. From 0 to this corresponds to "Content-Length", "Transfer-Encoding", "Expect", "Connection", "Range", and "Host". The size for 8 for HTTP Response.898989None M: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 H> and record syntax to modify individual records. For example: (defaultSettings { settingsTimeout = 20 }<&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 /9) 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.3@+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 .A;What to do when a connection is close. Default: do nothing.B+Timeout value in seconds. Default value: 30DHUse an existing timeout manager instead of spawning a new one. If used, B 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.3H]The default settings for the Warp server. See the individual settings for the default value.IApply 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.3JDefault implementation of ?@ for the debugging purpose. 500, text/plain, a showed exception.:;<=>?@ABCDEFGHI J:;<=>?@ABCDEFGHI J: ;<=>?@ABCDEFGHI JNoneKLM:;<=>?@ABCDEFGKLM:;<=>?@ABCDEFGKLMKLMNone  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 parsePath """/"(parsePath "http://example.com:8080/path""/path"parsePath "http://example.com""/"parsePath "/path""/path"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","")NoneNReceiving a HTTP request from "% and parsing its header to create . NPeer's address.Where HTTP request comes from. passed to !, 8 of HTTP request for internal use, leftover source (i.e. body and other HTTP reqeusts in HTTP pipelining), leftovers from request header parsing (used for raw responses)"#$%&'()*N" N"#$%&'()*NoneEHMOSending a HTTP response to " according to ./Applications/middlewares MUST specify a proper +U. 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 : , :: - -> + -> . -> / 0 -> HTTP response body is sent by sendfile(). Applications are categorized into simple and sophisticated. Simple applications should specify  to / 0. The size of the specified file is obtained by disk access. Then Range is handled. Sophisticated applications should specify 1 to / 0_. 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.2 :: - -> + -> 3 -> #HTTP response body is created from 4. Typically, Transfer-Encoding: chunked is used. If Content-Length is specified, Transfer-Encoding: chunked is not used.5 :: - -> + -> 4 6 (7 3) -> #HTTP response body is created from 3. Typically, Transfer-Encoding: chunked is used. If Content-Length is specified, Transfer-Encoding: chunked is not used.8Use %2 to send this data while respecting timeout rules.PThe version of Warp.9;replaceHeader "Content-Type" "new" [("content-type","old")][("Content-Type","new")]:;<=>?@ORestore masking state. HTTP request.Indexed header of HTTP request.leftovers from header parsing8HTTP response including status code and response header..Returing True if the connection is persistent.ArestoreBrestore8CDEFGHIJKLPMN9O?OPM:>=<;?@OAB8CDEFGHIJKLPMN9ONonePQRPQRPQRNoneMQDefault action value for ".RRun an ! on the given port. This calls S with H.SRun an ! with the given :.TSame as S, 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.U5Allows 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.5VQAllows you to provide a function which will return a function which will return ". QRSTUVSTU QRSTUVSTU QRSTUVSTUNoneW&Port to listen on. Default value: 3000 Since 2.1.0X-Interface to bind to. Default value: HostIPv4 Since 2.1.0YyWhat to do with exceptions thrown by either the application or server. Default: ignore server-generated exceptions (see /:) and print application-generated applications to stderr. Since 2.1.0ZA function to create  when an exception occurs.0Default: 500, text/plain, "Something went wrong" Since 2.1.0[+What to do when a connection is open. 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 close. Default: do nothing. Since 2.1.0]+Timeout value in seconds. Default value: 30 Since 2.1.0^\Register some intercept handler to deal with specific requests. Prime use case: websockets.Default: always return Nothing. Since 2.1.0_IUse an existing timeout manager instead of spawning a new one. If used, B is ignored. Since 2.1.0`sCache duratoin time of file descriptors in seconds. 0 means that the cache mechanism is not used. Default value: 10aCode 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.0b&Perform no parsing on the rawPathInfo.(This is useful for writing HTTP proxies.Default: False Since 2.1.0cGet the listening port. Since 2.1.1dGet the interface to bind to. Since 2.1.1WXYZ[\]^_`abcd[  !"#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJNOPQRSTUVWXYZ[\]^_`abcdYRSTUV:<=>?@ABCDEFGHWXYZ[\]^_`abcd<=>?@ABCDEFGJI7/543210,.-"#$%&'()*+QP !689  NOWXYZ[\]^_`abcdV ! " # $%&'())*+,-./01234566789::;<=>?@ABCDEFGHIJKLMNOPQQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~    ! - %-*,      !"#$%& '()*+,-./01123456789:;<=>?@5ABCDEFG5HIJKLMN5OPLQRSTUVWXYZ[\]^_`abcdefghijklmnopq warp-2.1.3.1Network.Wai.Handler.WarpNetwork.Wai.Handler.Warp.Buffer Network.Wai.Handler.Warp.Timeout!Network.Wai.Handler.Warp.Internal Paths_warp'Network.Wai.Handler.Warp.ResponseHeader Network.Wai.Handler.Warp.ReadInt!Network.Wai.Handler.Warp.MultiMapNetwork.Wai.Handler.Warp.ThreadNetwork.Wai.Handler.Warp.IORefNetwork.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.5Data.Streaming.Network.InternalHostPreferenceBufSizeBuffer bufferSizeallocateBuffer freeBuffer toBlazeBuffer DateCacheGMTDate withDateCachegetDateMutableFdCacheRefresh withFdCachegetFd TimeoutThreadHandle TimeoutActionManager initialize stopManagerregisterregisterKillThreadticklecancelpauseresume withManager InternalInfo threadHandlefdCacher dateCacher Connection connSendMany connSendAll connSendFile connCloseconnRecv connBufferconnBufferSizeconnSendFileOverrideConnSendFileOverrideOverride NotOverrideInvalidRequestOverLargeHeaderConnectionClosedByPeerIncompleteHeadersNonHttp BadFirstLineNotEnoughLines HeaderValuePort IndexedHeaderrequestMaxIndexSettings settingsPort settingsHostsettingsOnExceptionsettingsOnExceptionResponsesettingsOnOpensettingsOnClosesettingsTimeoutsettingsInterceptsettingsManagersettingsFdCacheDurationsettingsBeforeMainLoopsettingsNoParsePathdefaultSettingsdefaultShouldDisplayExceptionexceptionResponseForDebug getOnOpen getOnClosegetOnException recvRequest sendResponse warpVersionsocketConnectionrun runSettingsrunSettingsSocketrunSettingsConnectionrunSettingsConnectionMakersetPortsetHostsetOnExceptionsetOnExceptionResponse setOnOpen setOnClose setTimeout setIntercept setManagersetFdCacheDurationsetBeforeMainLoopsetNoParsePathgetPortgetHostcatchIOversionbindirlibdirdatadir 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$fEqMMap BreakForeverforkIOwithBreakableForeverstopPropagation breakForever$fExceptionBreakForeverbase Data.IORefatomicWriteIORefatomicModifyIORef'atomicModifyIORef modifyIORef' modifyIORef mkWeakIORef GHC.IORef writeIORef readIORefnewIORefIORef toBufIOWithtoBSc_memcpyc_recvreceive receiveloopupdategetCurrentGMTDateSystem.Posix.TypesFdFdCacheHashFdEntry MutableStatusStatusInactiveActivestatusnewActiveStatusrefreshinactive newFdEntryfdCache swapWithNewupdate'lookcleanprune terminateStateCanceledPaused ignoreAll killIfExist$fShowTimeoutThread$fExceptionTimeoutThreadnetwork-2.6.0.2Network.Socket.TypesSockethttp-types-0.8.5Network.HTTP.Types.Header HeaderNamehTransferEncoding hContentRange hAcceptRangeshServer$fExceptionInvalidRequest$fShowInvalidRequestresponseMaxIndexindexRequestHeaderidxContentLengthidxTransferEncoding idxExpect idxConnectionidxRangeidxHostrequestKeyIndexdefaultIndexRequestHeaderindexResponseHeader idxServeridxDateresponseKeyIndextraverseHeader wai-2.1.0.3Network.Wai.InternalResponseghc-prim GHC.TypesFalseTrue Data.MaybeNothingdefaultExceptionHandlerdefaultExceptionResponseIsolatedBSSource ibsIsolateibsDone ChunkStateHaveLenNeedLenNewlineNeedLenbsCRLF chunkedSource isHexDigit fmapResumeparseRequestLine parsePath parseHeaderparseHeaderLinesparseByteRangesRequestTHStatus BSEndoListBSEndomaxTotalHeaderLength Network.Wai Application headerLines handleExpect bodyAndSourcetoLength isChunked timeoutBodyclosepushcheckCRResponseHeaders responseFileNetwork.HTTP.Types.StatusGHC.IOFilePathMaybeFilePartJustresponseBuilderblaze-builder-0.3.3.4'Blaze.ByteString.Builder.Internal.TypesBuilder conduit-1.1.7Data.Conduit.InternalSourceresponseSourceIO Data.ConduitFlushconnSink replaceHeaderRspRspRaw RspSource RspBuilderRspFile fileRangecheckPartRangesendRspsendResponseNoBodyinfoFromRequest checkPersist checkChunkinfoFromResponsehasBodyaddAcceptRangesaddTransferEncodingaddContentLengthaddContentRangeaddDatedefaultServerValue addServercomposeHeaderBuilderdefaultSendFile setSendFilesendFileserveConnection connSourcesetSocketCloseOnExec