{"If-None-Match", HDR_IF_NONE_MATCH, ftStr}, /* for now */
{"If-Range", HDR_IF_RANGE, ftDate_1123_or_ETag},
{"Keep-Alive", HDR_KEEP_ALIVE, ftStr},
+ {"Key", HDR_KEY, ftStr},
{"Last-Modified", HDR_LAST_MODIFIED, ftDate_1123},
{"Link", HDR_LINK, ftStr},
{"Location", HDR_LOCATION, ftStr},
HDR_IF_RANGE, /**< RFC 2608, 2616 */
/*HDR_IF_UNMODIFIED_SINCE,*/ /**< RFC 2608, 2616 */
HDR_KEEP_ALIVE, /**< obsolete HTTP/1.0 header we may need to erase */
+ HDR_KEY, /**< experimental RFC Draft draft-fielding-http-key-02 */
HDR_LAST_MODIFIED, /**< RFC 2608, 2616 */
HDR_LINK, /**< RFC 2068 */
HDR_LOCATION, /**< RFC 2608, 2616 */