Skip to content

Add support for E-Tag and If-None-Match #75

@mikey179

Description

@mikey179

For GET and HEAD requests the response should automatically generate an E-Tag when no Cache-Control header and no user-defined E-Tag header is set by applying an md5 on the response body.

In case the GET or HEAD request contains an If-None-Match header and it equals the E-Tag (generated or set by user) the response should automatically change to 304 Not Modified.

For details see http://tools.ietf.org/html/rfc7232.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions