Skip to content

Commit b2da160

Browse files
authored
Fix quote rendering
1 parent 6139498 commit b2da160

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

core/push-relations.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# Pushing Related Resources Using HTTP/2
22

3-
> HTTP/2 allows a server to pre-emptively send (or "push") responses
4-
(along with corresponding "promised" requests) to a client in
5-
association with a previous client-initiated request. This can be
6-
useful when the server knows the client will need to have those
7-
responses available in order to fully process the response to the
8-
original request.
9-
- [RFC 7540](https://tools.ietf.org/html/rfc7540#section-8.2)
3+
> HTTP/2 allows a server to pre-emptively send (or "push") responses (along with corresponding "promised" requests) to a client in association with a previous client-initiated request. This can be useful when the server knows the client will need to have those responses available in order to fully process the response to the original request.
4+
> - [RFC 7540](https://tools.ietf.org/html/rfc7540#section-8.2)
105
116
API Platform leverages this capability by pushing relations of a resource to clients.
127

0 commit comments

Comments
 (0)