!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~(Safe  SafeSafe(One ore more list to implement multimap. NoneBNone-packIntegral (abs n) == B.pack (show (abs n))Y\(Large n) -> let n' = fromIntegral (abs n :: Int) in packIntegral n' == B.pack (show n')packStatus H.status200"200""packStatus H.preconditionFailed412"412"SafeO(1)O(1)O(1)O(log n)O(log n)O(log n)O(n)O(n)  Safe  Safe0 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 with onTimeout fired. =Killing timeout manager immediately without firing onTimeout. 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 microseconds   Safe None None!"File information.Modification time#Modification time in the GMT format7Getting the file information corresponding to the file.Creating a file information cache and executing the action in the second argument. The first argument is a cache duration in second.  None!"  contentRangeHeader beg end total constructs a Content-Range   for the range specified. 2addContentHeadersForFilePart [] (FilePart 2 10 16)'[(Token {ix = 20, shouldBeIndexed = True, isPseudo = False, tokenKey = "Content-Range"},"bytes 2-11/16"),(Token {ix = 18, shouldBeIndexed = False, isPseudo = False, tokenKey = "Content-Length"},"10"),(Token {ix = 8, shouldBeIndexed = True, isPseudo = False, tokenKey = "Accept-Ranges"},"bytes")]2addContentHeadersForFilePart [] (FilePart 0 16 16)[(Token {ix = 18, shouldBeIndexed = False, isPseudo = False, tokenKey = "Content-Length"},"16"),(Token {ix = 8, shouldBeIndexed = True, isPseudo = False, tokenKey = "Accept-Ranges"},"bytes")]        SafeMutable 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. !"#$%&'()*+,-./012 !"#$%&'()*+,-./012None"The type of the Date header value.  Creating  DateCache and executing the action. 34  34None0!3What kind of transport is used for this connection?"Plain channel: TCP#Encrypted channel: TLS or SSL&@The result of Application Layer Protocol Negociation in RFC 7301(Type for input streaming.0|Data type to manipulate IO actions for connections. This is used to abstract IO actions for plain HTTP and HTTP over TLS.2 This is not used at this moment.3The sending function.4+The sending function for files in HTTP/1.1.5eThe connection closing function. Warp guarantees it will only be called once. Other functions (like 7) may be called after 5 is called.6yFree any buffers allocated. Warp guarantees it will only be called once, and no other functions will be called after it.7;The connection receiving function. This returns "" for EOF.8{The connection receiving function. This tries to fill the buffer. This returns when the buffer is filled or reaches EOF.9The write buffer.:The size of the write buffer.;Type for the action to receive input data with a buffer. The result boolean indicates whether or not the buffer is fully filled.<)Type for the action to receive input data=Type for buffer size>Type for buffer5Type for read buffer pool?1fileid, offset, length, hook action, HTTP headers Since: 3.1.0@Data type to abstract file identifiers. On Unix, a file descriptor would be specified to make use of the file descriptor cache. Since: 3.1.0DError types for bad Request.L$The type for header value used with  HeaderName.MTCP port number.6+Read from a Source, ignoring any leftovers.@!"#$%&'(7)*+,-./89:;<0123456789:;<=>5?@ABCDEFGHIJKLM=>?@AB6CDEFG>!"#$%&'(7)*/.+,-89:;<0123456789:;<=>5?@ABCDEFGHIJKLM=>?@AB6CDE!"#$%&'(7)*+,-./89:;<0 123456789:;<=>5?@ABCDEFGHIJKLM=>?@AB6CDEFGNone:N Array for a set of HTTP headers.O The size for N for HTTP Request. From 0 to this corresponds to "Content-Length", "Transfer-Encoding", "Expect", "Connection", "Range", "Host", "If-Modified-Since", "If-Unmodified-Since" and "If-Range".H The size for N for HTTP Response.IJKLMNOPQRSTUVWXNYOZ[\H]^IJKLMNOPQRSTUVWXNYOZ[\H]^ IJKLM NOPQRSTUVWXNYOZ[\H]^None_ contentRangeHeader beg end total constructs a Content-Range   for the range specified.`2addContentHeadersForFilePart [] (FilePart 2 10 16)U[("Content-Range","bytes 2-11/16"),("Content-Length","10"),("Accept-Ranges","bytes")]2addContentHeadersForFilePart [] (FilePart 0 16 16)3[("Content-Length","16"),("Accept-Ranges","bytes")]abcdefghijklm_n`abcd`abcdefghijklm_n`Noneo!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!parseRequestLine "PRI * HTTP/2.0"("PRI","*","",HTTP/2.0)pparseHeader "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","")qopqqopNone$MOPTP$Specify usage of the PROXY protocol.QSee setProxyProtocolNone.RSee setProxyProtocolRequired.SSee setProxyProtocolOptional.TVarious 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 T value, use lK and the various 'set' functions to modify individual fields. For example: setTimeout 20 defaultSettingsV&Port to listen on. Default value: 3000WDefault value: HostIPv4XxWhat to do with exceptions thrown by either the application or server. Default: ignore server-generated exceptions (see D9) and print application-generated applications to stderr.YA function to create r when an exception occurs.0Default: 500, text/plain, "Something went wrong" Since 2.0.3Z+What to do when a connection is open. When ss is returned, the connection is closed immediately. Otherwise, the connection is going on. Default: always returns t.[;What to do when a connection is close. Default: do nothing.\+Timeout value in seconds. Default value: 30]HUse an existing timeout manager instead of spawning a new one. If used, \ is ignored. Default is u^rCache duration time of file descriptors in seconds. 0 means that the cache mechanism is not used. Default value: 0_rCache duration time of file information in seconds. 0 means that the cache mechanism is not used. Default value: 0`Code 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.6a1Code 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.4b&Perform no parsing on the rawPathInfo.(This is useful for writing HTTP proxies.Default: False Since 2.0.3d4Default server name if application does not set one. Since 3.0.2eSee setMaximumBodyFlush. Since 3.0.3f$Specify usage of the PROXY protocol. Since 3.0.5.gGSize of bytes read to prevent Slowloris protection. Default value: 2048 Since 3.1.2.h4Whether to enable HTTP2 ALPN/upgrades. Default: True Since 3.1.7.i#A log function. Default: no action. Since 3.X.X.j6A HTTP/2 server push log function. Default: no action. Since 3.X.X.kfAn optional timeout to limit the time (in seconds) waiting for a graceful shutdown of the web server. Since 3.2.8l]The default settings for the Warp server. See the individual settings for the default value.mApply the logic provided by n 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.3n.Printing an exception to standard error if m returns t. Since: 3.1.0oESending 400 for bad requests. Sending 500 for internal server errors. Since: 3.1.0pTException handler for the debugging purpose. 500, text/plain, a showed exception.Since: 2.0.3.2!PQRSTUVWXYZ[\]^_`abcdefghijklmnop!PQRSTUbVWXYZ[\]^_`acdefghijklmnopPQRSTUVWXYZ[\]^_`abcdefghijklmnopNonevfStarting a thread pool manager. Its action is initially set to 'return ()' and should be set by w@. This allows that the action can include the manager itself.xyz{|}~vwxvw xyz{|}~vwNone!"# q"HTTP/2 push promise or sever push. Since: 3.2.7rAccessor for a URL path in q. E.g. "/style/default.css". Since: 3.2.7s Accessor for  in q". E.g. "FILE_PATH/default.css". Since: 3.2.7t Accessor for  in q; "content-type" must be specified. Default value: []. Since: 3.2.7u Accessor for  in q. Default value: 16. Since: 3.2.7vHTTP/2 specific data. Since: 3.2.7w Accessor for q in v. Since: 3.2.7"The context for HTTP/2 connection.RFC 7540 says "Other frames (from any stream) MUST NOT occur between the HEADERS frame and any CONTINUATION frames that might follow". This field is used to implement this requirement.yDefault HTTP/2 specific data. Since: 3.2.7zDefault push promise. Since: 3.2.7pqrstuvwxyznqrstuvwxyz,qrstuvwxyzNone!"#SafeNone 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.         None0{Receiving a HTTP request from 0% and parsing its header to create  . {!first request on this connection?Peer's address.Where HTTP request comes from.  passed to 3, how many bytes remain to be consumed, if known N\ of HTTP request for internal use, Body producing action used for flushing the request bodycontent lengthtransfer-encoding remaining{ {None|Getting v< through vault of the request. Warp uses this to receive v from  . Since: 3.2.7}Setting v" through vault of the request.  or   should use this. Since: 3.2.7~ Modifying v" through vault of the request.  or   should use this. Since: 3.2.8 !"#$|%}&~!"|}~ !"#$|%}&~None#M '()*+,-./' '()*+,-./NoneThe default size of the write buffer: 16384 (2^14 = 1024 * 16). This is the maximum size of TLS record. This is also the maximum size of HTTP/2 frame payload (excluding frame header)."Allocating a buffer with malloc().Releasing a buffer with free().jCopying the bytestring to the buffer. This function returns the point where the next copy should start.0123456789: 2389:0123456789:None;;; None This function returns a receiving function based on two receiving functions. The returned function efficiently manages received data which is initialized by the first argument. The returned function may allocate a byte string with malloc().<=>?@AB=?@A<=>?@AB!None CDEFGHIJKLMNC CDEFGHIJKLMN"NoneLOTSending a HTTP response to 0 according to r./Applications/middlewares MUST provide a proper U. so that inconsistency does not happen. No header is deleted by this function.AEspecially, Applications/middlewares MUST provide a proper Content-Type. They MUST NOT provide 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 r: O :: P ->  -> Q -> r#HTTP response body is created from Q6. Transfer-Encoding: chunked is used in HTTP/1.1.R :: P ->  -> S -> r#HTTP response body is created from Q6. Transfer-Encoding: chunked is used in HTTP/1.1.T :: (U V -> (V -> U ()) -> U ()) -> r -> r8No header is added and no Transfer-Encoding: is applied.W :: P ->  ->  -> X Y -> rHTTP response body is sent (by sendfile(), if possible) for GET method. HTTP response body is not sent by HEAD method. Content-Length and Content-Range are automatically added into the HTTP response header if necessary. If Content-Length and Content-Range exist in the HTTP response header, they would cause inconsistency. "Accept-Ranges: bytes" is also inserted.kApplications are categorized into simple and sophisticated. Sophisticated applications should specify Z to X YI. They should treat the conditional request by themselves. A proper Status (200 or 206) must be provided.#Simple applications should specify u to X Y. The size of the specified file is obtained by disk access or from the file infor cache. If-Modified-Since, If-Unmodified-Since, If-Range and Range are processed. Since a proper status is chosen, Status, is ignored. Last-Modified is inserted.[Use 32 to send this data while respecting timeout rules.The version of Warp.\;replaceHeader "Content-Type" "new" [("content-type","old")][("Content-Type","new")]]^_`ab 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.cdefgh[ijklmnop\qemp\]^_`abcdefgh[ijklmnop\q#None#MTr)The type to store enough information for settingsOnException.sNIt would nice if responders could return values to workers. Unfortunately, t is already defined in WAI 2.0. It is not wise to change this type. So, a reference is shared by a responder and its worker. The reference refers a value of this type as a return value. If tO, the worker continue to serve requests. Otherwise, the worker get finished.uThe wai definition is 'type Application = Request -> (Response -> IO ResponseReceived) -> IO ResponseReceived'. This type implements the second argument (Response -> IO ResponseReceived) with extra arguments.v6This function is passed to workers. They also pass rs from Ms to this function. This function enqueues commands for the HTTP/2 sender.rwsxuyvz{|}~uvz rwsxuyvz{|}~$None Function to send a file based on sendfile() for Linux/Mac/FreeBSD. This makes use of the file descriptor cache. For other OSes, this is identical to . Since: 3.1.0Function to send a file based on pread()/send() for Unix. This makes use of the file descriptor cache. For Windows, this is emulated by Handle. Since: 3.1.0%None#&None!"'NoneLMST Creating 0( for plain HTTP based on a given socket.Run an  on the given port. This calls  with l.Run an  on the port present in the PORT! environment variable. Uses the M/ given when the variable is unset. This calls  with l. Since 3.0.9Run an  with the given T5. This opens a listen socket on the port defined in T and calls .AThis installs a shutdown handler for the given socket and calls  with the default connection setup action which handles plain (non-cipher) HTTP. When the listen socket in the second argument is closed, all live connections are gracefully shut down.tThe supplied socket can be a Unix named socket, which can be used when reverse HTTP proxying into your application.Note that the V will still be passed to  s via the  serverPort record.The connection setup action would be expensive. A good example is initialization of TLS. So, this converts the connection setup action to the connection maker which will be executed after forking a new worker thread. Then this calls  with the connection maker. This allows the expensive computations to be performed in a separate worker thread instead of the main server loop. Since 1.3.56This modifies the connection maker so that it returns " for ! (i.e. plain HTTP) then calls ."The core run function which takes T, a connection maker and W. The connection maker can return a connection of either plain HTTP or HTTP over TLS. Since 2.1.4get next chunkmaximum to flush3True == flushed the entire body, False == we didn'tNonep  !"#$%&'()*/.+,-0123456789:;<=>?@ABCLNOPQRSTUbVWXYZ[\]^_`acdefghijk{pTUVWXYZ[\]^_`abcdefghijkPQRS!"#$%&'0123456789:<;>=@ABC?)*+,-./LNO   ({(NoneRuns the given T on a free port. Passes the port to the given operation and executes it, while the 5 is running. Shuts down the server before returning. with given T*. This will ignore the port value set by setPort in T.Same as 6 but with different exception handling: If the given  throws an exception, q will re-throw the exception to the calling thread, possibly interrupting the execution of the given operation.+This is handy for running tests against an ^ over a real network port. When running tests, it's useful to let exceptions thrown by your 0 propagate to the main thread of the test-suite.LThe exception handling makes this function unsuitable for use in production. Use  instead. with given T.?Opens a socket on a free port and returns both port and socket.Like & but closes the socket before exiting. NoneMOT &Port to listen on. Default value: 3000 Since 2.1.0-Interface to bind to. Default value: HostIPv4 Since 2.1.0QWhat to do with exceptions thrown by either the application or server. Default: n Since 2.1.0A function to create a r% when an exception occurs. Default: oUNote that an application can handle its own exceptions without interfering with Warp: myApp :: Application myApp request respond = innerApp `catch` onError where onError = respond . response500 request response500 :: Request -> SomeException -> Response response500 req someEx = responseLBS status500 -- ... Since 2.1.0-What to do when a connection is opened. When su is returned, the connection is closed immediately. Otherwise, the connection is going on. Default: always returns t. Since 2.1.0<What to do when a connection is closed. Default: do nothing. Since 2.1.0+Timeout value in seconds. Default value: 30 Since 2.1.0IUse an existing timeout manager instead of spawning a new one. If used, \ is ignored. Since 2.1.0aCache duration time of file descriptors in seconds. 0 means that the cache mechanism is not used.The FD cache is an optimization that is useful for servers dealing with static files. However, if files are being modified, it can cause incorrect results in some cases. Therefore, we disable it by default. If you know that your files will be static or you prefer performance to file consistency, it's recommended to turn this on; a reasonable value for those cases is 10. Enabling this cache results in drastic performance improvement for file transfers.#Default value: 0, was previously 10 Since 3.0.13aCache duration time of file information in seconds. 0 means that the cache mechanism is not used.The file information cache is an optimization that is useful for servers dealing with static files. However, if files are being modified, it can cause incorrect results in some cases. Therefore, we disable it by default. If you know that your files will be static or you prefer performance to file consistency, it's recommended to turn this on; a reasonable value for those cases is 10. Enabling this cache results in drastic performance improvement for file transfers.Default value: 0Code 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.0&Perform no parsing on the rawPathInfo.(This is useful for writing HTTP proxies.Default: False Since 2.1.0Get the listening port. Since 2.1.1Get the interface to bind to. Since 2.1.1%Get the action on opening connection.&Get the action on closeing connection.Get the exception handler.!Get the graceful shutdown timeout Since 3.2.8#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 closes the listen socket, at shutdown.Example usage: settings :: IO () -> T settings shutdownAction =  shutdownHandler l where0 shutdownHandler closeSocket = void $ )* )+ ()," $ shutdownAction >> closeSocket) u #Default: does not install any code. Since 3.0.1Default server name to be sent as the "Server:" header if an application does not set one. If an empty string is set, the "Server:" header is not sent. This is true even if an application set one. Since 3.0.2EThe 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.31Code 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.4Do not use the PROXY protocol. Since 3.0.5Require 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.5YUse the PROXY header if it exists, but also accept connections without the header. See .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.5DSize in bytes read to prevent Slowloris attacks. Default value: 2048 Since 3.1.2Disable HTTP2. Since 3.1.7Setting a log function. Since 3.X.X.Setting a log function for HTTP/2 server push. Since: 3.2.70Set the graceful shutdown timeout. A timeout of u will wait indefinitely, and a number, if provided, will be treated as seconds to wait for requests to finish, before shutting down the server entirely. Since 3.2.8'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.10,Getting file information of the target file.PThis function first uses a stat(2) or similar system call to obtain information of the target file, then registers it into the internal cache. From the next time, the information is obtained from the cache. This reduces the overhead to call the system call. The internal cache is refreshed every duration specified by .This function throws an U exception if the information is not available. For instance, the target file does not exist. If this function is used an a Request generated by a WAI backend besides Warp, it also throws an U exception. Since 3.1.10  request, status, maybe file-sizerequest, path, file-sizeMDEFGHIJKMTlmnopqutsrvxwyz|}~STlnmopMDEFGHIJKvwxwxy|}~qrsturstuz -./012 3 3 4 5 6 7 8 9 : ; < = > ? @ A A B C D E F G HIJKLMNOPQRSTUVWXXYZ[\]^^_`abcdefghijklmmnopqrstuvwxyz{|}~ ""$$''''''''(((((]---- - - -  - - -       4      F         ! " # $ % & ' ( ) * 7 + ,-./0123456789:;<=>?./@A\ABCCDDEFFGHIJKLM7N,7OPQWRRSSFTUVWXYZ[\]^_`abcdefghijklmnopqrstu-123456789:;<=>?vwxyz{|}~|}-66-./   yz   yy !"#$%&'()*+,-./0123456789: ; < = > ? @ A!B!C!D!E!F!G!H!I!J!K!L!MyN.OEPQRySyzTyU|}VPWXyY-Zyz[-\"]"^"_"`"a"b"c"d"e"f"g"h"i"j"k"l"m"n"o"p"q"r"s#t#uyzv#w#x#t#u#y#z#{#|#}#~###$$$$%%%%%%%%%%%%%%%%%%%%%%%%%&&'''''''''(((((("warp-3.2.13-910vfnAvf8p2h1gzLd7Bz0!Network.Wai.Handler.Warp.InternalNetwork.Wai.Handler.Warp Paths_warp Network.Wai.Handler.Warp.WindowsNetwork.Wai.Handler.Warp.Some Network.Wai.Handler.Warp.ReadInt Network.Wai.Handler.Warp.PackInt!Network.Wai.Handler.Warp.MultiMapNetwork.Wai.Handler.Warp.IORef Network.Wai.Handler.Warp.Timeout Network.Wai.Handler.Warp.HashMap*Network.Wai.Handler.Warp.HTTP2.EncodeFrame&Network.Wai.Handler.Warp.FileInfoCache#Network.Wai.Handler.Warp.HTTP2.File Network.Wai.Handler.Warp.FdCacheNetwork.Wai.Handler.Warp.DateNetwork.Wai.Handler.Warp.TypesNetwork.Wai.Handler.Warp.HeaderNetwork.Wai.Handler.Warp.File&Network.Wai.Handler.Warp.RequestHeader!Network.Wai.Handler.Warp.Settings&Network.Wai.Handler.Warp.HTTP2.Manager$Network.Wai.Handler.Warp.HTTP2.Types$Network.Wai.Handler.Warp.HTTP2.HPACK Network.Wai.Handler.Warp.Counter Network.Wai.Handler.Warp.Conduit Network.Wai.Handler.Warp.Request&Network.Wai.Handler.Warp.HTTP2.Request'Network.Wai.Handler.Warp.HTTP2.ReceiverNetwork.Wai.Handler.Warp.BufferNetwork.Wai.Handler.Warp.IONetwork.Wai.Handler.Warp.Recv'Network.Wai.Handler.Warp.ResponseHeader!Network.Wai.Handler.Warp.Response%Network.Wai.Handler.Warp.HTTP2.Worker!Network.Wai.Handler.Warp.SendFile%Network.Wai.Handler.Warp.HTTP2.SenderNetwork.Wai.Handler.Warp.HTTP2Network.Wai.Handler.Warp.Run(Network.Wai.Handler.Warp.WithApplicationSystem.Posix.SignalsinstallHandlersigTERMCatchbaseSystem.Posix.TypesFd/streaming-commons-0.1.18-Bn2mrAHxDjd8BkGlmyduzPData.Streaming.Network.InternalHostPreference TimeoutThreadHandle TimeoutActionManager initialize stopManager killManagerregisterregisterKillThreadticklecancelpauseresume withManagerFileInfo fileInfoName fileInfoSize fileInfoTime fileInfoDateHashgetInfowithFileInfoCacheRefresh withFdCacheopenFile closeFilesetFileCloseOnExecGMTDate withDateCache TransportTCPTLStlsMajorVersiontlsMinorVersiontlsNegotiatedProtocol tlsChiperIDSource InternalInfo threadHandletimeoutManagergetDategetFd getFileInfo Connection connSendMany connSendAll connSendFile connCloseconnFreeconnRecv connRecvBufconnWriteBufferconnBufferSizeRecvBufRecvBufSizeBufferSendFileFileId fileIdPathfileIdFdInvalidRequestNotEnoughLines BadFirstLineNonHttpIncompleteHeadersConnectionClosedByPeerOverLargeHeaderBadProxyHeader HeaderValuePort IndexedHeaderrequestMaxIndex ProxyProtocolProxyProtocolNoneProxyProtocolRequiredProxyProtocolOptionalSettings settingsPort settingsHostsettingsOnExceptionsettingsOnExceptionResponsesettingsOnOpensettingsOnClosesettingsTimeoutsettingsManagersettingsFdCacheDurationsettingsFileInfoCacheDurationsettingsBeforeMainLoop settingsForksettingsNoParsePathsettingsInstallShutdownHandlersettingsServerNamesettingsMaximumBodyFlushsettingsProxyProtocolsettingsSlowlorisSizesettingsHTTP2EnabledsettingsLoggersettingsServerPushLoggersettingsGracefulShutdownTimeoutdefaultSettingsdefaultShouldDisplayExceptiondefaultOnExceptiondefaultOnExceptionResponseexceptionResponseForDebug PushPromise promisedPath promisedFilepromisedResponseHeaderspromisedWeight HTTP2Datahttp2dataPushPromisehttp2dataTrailersdefaultHTTP2DatadefaultPushPromise recvRequest getHTTP2Data setHTTP2DatamodifyHTTP2Data bufferSizeallocateBuffer freeBuffercopymakePlainReceiveN sendResponse warpVersionsendFile readSendFilesocketConnectionrunrunEnv runSettingsrunSettingsSocketrunSettingsConnectionrunSettingsConnectionMaker runSettingsConnectionMakerSecurewithApplicationwithApplicationSettingstestWithApplicationtestWithApplicationSettings openFreePortsetPortsetHostsetOnExceptionsetOnExceptionResponse setOnOpen setOnClose setTimeout setManagersetFdCacheDurationsetFileInfoCacheDurationsetBeforeMainLoopsetNoParsePathgetPortgetHost getOnOpen getOnClosegetOnExceptiongetGracefulShutdownTimeoutsetInstallShutdownHandler setServerNamesetMaximumBodyFlushsetForksetProxyProtocolNonesetProxyProtocolRequiredsetProxyProtocolOptionalsetSlowlorisSizesetHTTP2Disabled setLoggersetServerPushLoggersetGracefulShutdownTimeout pauseTimeoutcatchIOversionbindirlibdirdatadir libexecdir sysconfdir getBinDir getLibDir getDataDir getLibexecDir getSysconfDirgetDataFileNamewindowsThreadBlockHackSomeOneTom singletontop lookupWithuniontoListpruneTablereadInt readInt64 mhDigitToIntisDigit packIntegral packStatusisEmptyemptysearch searchWithinsert pruneWithMMapmerge Data.IORefatomicModifyIORef'atomicWriteIORefatomicModifyIORef modifyIORef' modifyIORef mkWeakIORef GHC.IORef writeIORef readIORefnewIORefIORefStateActiveInactivePausedCanceled ignoreAll$fShowTimeoutThread$fExceptionTimeoutThreadHashMaphashByteStringnulllookup goawayFrame resetFrame settingsFrame pingFramewindowUpdateFrame FileInfoCacheCacheEntryNegativePositive getInfoNaivegetAndRegisterInfopositivenegativeoverride terminatecontentRangeHeader'http-types-0.9.1-2ceQFN60HufCrAhURPOSnqNetwork.HTTP.Types.HeaderHeaderaddContentHeadersForFilePart RspFileInfo WithoutBodyWithBodyconditionalRequestifModifiedSinceifUnmodifiedSinceifRange ifmodified ifunmodifiedifrange unconditional parseRange checkRangeaddContentHeadersparseByteRangesMutableFdCacheFdCacheFdEntry MutableStatusStatus getFdNothingstatusnewActiveStatusrefreshinactive newFdEntryfdCachelookcleangetCurrentHTTPDate BufferPool readSource' InternalInfo1 InternalInfo0timeoutManager0toInternalInfo1 threadHandle1toInternalInfomkSource readSourceleftoverSourcereadLeftoverSourceisTransportSecure$fExceptionInvalidRequest$fShowInvalidRequestresponseMaxIndexResponseHeaderIndexResContentLength ResServerResDateRequestHeaderIndexReqContentLengthReqTransferEncoding ReqExpect ReqConnectionReqRangeReqHostReqIfModifiedSinceReqIfUnmodifiedSince ReqIfRange ReqReferer ReqUserAgentindexRequestHeaderrequestKeyIndexdefaultIndexRequestHeaderindexResponseHeaderresponseKeyIndextraverseHeaderparseRequestLine parseHeaderparseHeaderLines"wai-3.2.1.1-Hnf0jy3I1OTEqy7mr2vFRBNetwork.Wai.InternalResponseghc-prim GHC.TypesFalseTrueGHC.BaseNothingstart setActionCommandStopSpawnAddDeleteActionstop spawnActionaddMyId deleteMyIdadddelkillGHC.IOFilePathResponseHeaders"http2-1.6.3-7Ze900qxsdZ4ZsLE9Kkc1wNetwork.HTTP2.TypesWeightContext continued StreamTableStream streamNumber streamState streamWindowstreamPrecedence StreamStateIdleOpen HalfClosedClosedReserved ClosedCodeFinishedKilledReset ResetByMe OpenState JustOpened ContinuedNoBodyHasBodyBody http2settings firstSettings streamTable concurrencypriorityTreeSizeclientStreamIdserverStreamIdinputQoutputQcontrolQencodeDynamicTabledecodeDynamicTableconnectionWindowSequenceSFinishSFlushSBuilderControlCFinishCGoawayCFrame CSettings CSettings0 OutputTypeORspnOWaitOPushONextOutput outputStream outputRspnoutputII outputHook outputH2Data outputTypeRspn RspnNobody RspnStreaming RspnBuilderRspnFileNext BytesFilledDynaNextInputhttp2verisHTTP2 rspnStatus rspnHeadersoutputMaybeTBQueue newContext clearContextisIdleisOpen isHalfClosedisClosed newStream newPushStreamopenedclosednewStreamTableremoveupdateAllStreamWindowforkAndEnqueueWhenReady enqueueOutputenqueueControl $fShowStream$fShowStreamState addHeaderaddNecessaryHeadersstrategyhpackEncodeHeaderhpackEncodeHeaderLoophpackDecodeHeadercheckRequestHeaderjustCounter newCounter waitForZeroincreasedecreaseISource readISource ChunkStateNeedLenNeedLenNewlineHaveLen DoneChunkingCSource mkISource mkCSource readCSource isHexDigitRequestTHStatus BSEndoListBSEndoNoKeepAliveRequestmaxTotalHeaderLength Network.Wai Application headerLines handleExpect bodyAndSourcetoLength isChunked timeoutBodypushcheckCRpauseTimeoutKeygetFileInfoKey$fExceptionNoKeepAliveRequest MiddlewareMkReq mkRequest mkRequest'getHTTP2DataKeysetHTTP2DataKeymodifyHTTP2DataKey frameReceivermaxConcurrency initialFramecontrolguardIt checkPrioritystream newReadBodyreadBodylargeBufferSize minBufferSize newBufferPoolmallocBS usefulBuffer getBuffer putBufferwithForeignBufferwithBufferPooltoBuilderBufferbufferIO toBufIOWithc_recv makeReceiveNreceiveNspellreceive receiveBuf receiveloop composeHeader httpVer11 httpVer10 copyStatus copyHeaders copyHeadercopyCRLFzerospccoloncrlfresponseBuilderNetwork.HTTP.Types.Statusbytestring-0.10.8.1 Data.ByteString.Builder.InternalBuilderresponseStream StreamingBody responseRawIOData.ByteString.Internal ByteString responseFileMaybeFilePartJust sendFragment replaceHeaderRsp RspNoBodyRspFile RspBuilder RspStreamRspRawsanitizeHeaderscontainsNewlinessanitizeHeaderValuesendRspsendRspFile2XXsendRspFile404infoFromRequest checkPersist checkChunkinfoFromResponsehasBodyaddTransferEncodingaddDate addServercomposeHeaderBuilder StreamInfoThreadContinueResponseReceived Responderresponse pushStreamworkernewThreadContinuesetThreadContinuegetThreadContinue newStreamInfoclearStreamInfo setStreamInfo getStreamInfoc_pread packHeadermini positionReadSwitchCOFlushLeftoverLZeroLOneLTwogetStreamWindowSizewaitStreamWindowSize waitStreaming frameSenderfillBuilderBodyGetNextfillFileBodyGetNext fileStartEndfillStreamBodyGetNextfillBufBuildernextForBuilderrunStreamBuilder fillBufStream nextForStream fillBufFile nextForFilepoke32http2goawayacceptConnectionforkserveConnectionflushEntireBody flushBody wrappedRecv wrappedRecvNsetSocketCloseOnExecgracefulShutdown withFreePortWaiternotifywaitFormkWaiter