You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cache key for a QUERY request (see Section 2 of [HTTP-CACHING]) MUST incorporate the request content. When doing so, caches SHOULD first normalize request content to remove semantically insignificant differences, thereby improving cache efficiency, by:
750
+
The cache key for a QUERY request (see Section 2 of [HTTP-CACHING]) MUST incorporate the request content.
Normalizing based upon knowledge of format conventions, as indicated by any media subtype suffix in the request's Content-Type field (e.g., "+json", see Section 4.2.8 of [RFC6838]).
783
+
normalizing based upon knowledge of format conventions, as indicated by any media subtype suffix in the request's Content-Type field (e.g., "+json", see Section 4.2.8 of [RFC6838]).
778
784
</li>
779
785
<li>
780
786
%~MIME型 により指示される[
781
787
当の`内容$自体の意味論に関する知識
782
788
]に基づいて正規化する。
783
789
◎
784
-
Normalizing based upon knowledge of the semantics of the content itself, as indicated by the request's Content-Type field.
790
+
normalizing based upon knowledge of the semantics of the content itself, as indicated by the request's Content-Type field.
785
791
</li>
786
792
</ul>
787
793
</li>
788
794
</ul>
789
795
790
796
<p>
791
-
そのような正規化は、
797
+
そのような形式変換は、
792
798
もっぱら,`~cache~key$を生成する目的で遂行されることに注意
793
799
— それは、
794
800
当の要請~自体を変更するものではない。
795
801
◎
796
-
Note that any such normalization is performed solely for the purpose of generating a cache key; it does not change the request itself.
802
+
Note that any such transformation is performed solely for the purpose of generating a cache key; it does not change the request itself.
Clients can indicate, using the "no-transform" cache directive (Section 5.2.1.6 of [HTTP-CACHING]), that they wish that no such transformation happens (but note that this directive is just advisory).
0 commit comments