HTTP: max length of etag

后端 未结 2 2070
囚心锁ツ
囚心锁ツ 2021-02-18 19:30

Does the HTTP protocol specify a max length for the ETag?

2条回答
  •  终归单人心
    2021-02-18 20:03

    No.

    14.19 ETag

    The ETag response-header field provides the current value of the entity tag for the requested variant. The headers used with entity tags are described in sections 14.24, 14.26 and 14.44. The entity tag MAY be used for comparison with other entities from the same resource (see section 13.3.3).

        ETag = "ETag" ":" entity-tag
    

    Examples:

        ETag: "xyzzy"
        ETag: W/"xyzzy"
        ETag: ""
    

提交回复
热议问题