Skip to content

Commit ae6de4c

Browse files
authored
Merge pull request #164 from donaldducky/fix-content-type-example-4
Fix Content-type in content negotiation example 4
2 parents 9d5aa7b + f785a2b commit ae6de4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: source.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ <h3>Content Negotiation</h3>
352352
Accept-Language: de-DE
353353

354354
HTTP/1.1 200 Ok
355-
Content-type: text/html
355+
Content-type: application/json
356356

357357
Link: &lt;/feed-de.json&gt;; rel="self"
358358
Link: &lt;https://hub.example.com/&gt;; rel="hub"

0 commit comments

Comments
 (0)