Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3686

Show
Ignore:
Timestamp:
06/29/08 17:16:42 (5 months ago)
Author:
kris
Message:

added KeepAlive? header

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/net/http/HttpConst.d

    r3678 r3686  
    8282        const HttpHeaderName IfRange           = {"If-Range:"}; 
    8383        const HttpHeaderName IfUnmodifiedSince = {"If-Unmodified-Since:"}; 
     84        const HttpHeaderName KeepAlive         = {"Keep-Alive:"}; 
    8485        const HttpHeaderName LastModified      = {"Last-Modified:"}; 
    8586        const HttpHeaderName Location          = {"Location:"};