Skip to content

Commit

Permalink
Added some spacing to the raw body note to make it look nice
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 3, 2017
1 parent 0882721 commit 279b24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,8 @@ $middlewares = new MiddlewareRunner([
```

> Note that while PHP's default behavior is to have the raw body available in `php://input` and
`$HTTP_RAW_POST_DATA`, the raw body isn't available in either when using `react/http`. Instead
you can get the raw body through `$request->getBody()`.
`$HTTP_RAW_POST_DATA`, the raw body isn't available in either when using `react/http`. Instead
you can get the raw body through `$request->getBody()`.

#### RequestBodyParserMiddleware

Expand Down

0 comments on commit 279b24c

Please sign in to comment.