File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -152,9 +152,12 @@ difficult or infeasible, including:
152152 negotiation, and can often be served trivially by a CDN or a minimal
153153 HTTP server (like ``python -m http.server ``).
154154
155- By contrast, the JSON representation currently requires explicit content
156- negotiation. Any future efforts to remove the HTML representation will likely
157- require a simpler adoption story for the JSON representation.
155+ The JSON representation does not technically require content negotiation
156+ either, but in practice clients that consume it expect to perform
157+ explicit content negotiation due to the assumption that the same URL
158+ provides both representations. Consequently, any future efforts to remove the
159+ HTML representation will likely require a simpler adoption story for the JSON
160+ representation.
158161
159162- The HTML representation is currently easier for installers like ``pip ``
160163 to parse incrementally, as the Python standard library includes
You can’t perform that action at this time.
0 commit comments