Skip to content

Commit 65e5298

Browse files
authored
comparison filter (#2258)
1 parent a3089bc commit 65e5298

File tree

7 files changed

+532
-80
lines changed

7 files changed

+532
-80
lines changed

core/content-negotiation.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ class Book extends Model {}
414414

415415
API Platform automatically adds two HTTP headers to responses for resources:
416416

417-
- **Allow** advertises enabled HTTP methods on the *current URI template*.
418-
- **Accept-Post** advertises POST-able media types (from operation input formats) and is only present when a POST operation exists for the template.
417+
- **Allow** advertises enabled HTTP methods on the _current URI template_.
418+
- **Accept-Post** advertises POST-able media types (from operation input formats) and is only
419+
present when a POST operation exists for the template.
419420

420-
> See [LDP §4.2 / Primer notes on Accept-Post](https://www.w3.org/TR/ldp/#Accept-Post) and typical exposure via OPTIONS.
421+
> See [LDP §4.2 / Primer notes on Accept-Post](https://www.w3.org/TR/ldp/#Accept-Post) and typical
422+
> exposure via OPTIONS.

0 commit comments

Comments
 (0)