Changeset 3686
- Timestamp:
- 06/29/08 17:16:42 (5 months ago)
- Files:
-
- trunk/tango/net/http/HttpConst.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/net/http/HttpConst.d
r3678 r3686 82 82 const HttpHeaderName IfRange = {"If-Range:"}; 83 83 const HttpHeaderName IfUnmodifiedSince = {"If-Unmodified-Since:"}; 84 const HttpHeaderName KeepAlive = {"Keep-Alive:"}; 84 85 const HttpHeaderName LastModified = {"Last-Modified:"}; 85 86 const HttpHeaderName Location = {"Location:"};












