Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax authored Mar 16, 2020
1 parent f9cc677 commit a44ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class MyController : Controller
}
```

> NOTE: The body of the request should not be consumed by the controller (i.e., the controller should not have any `[FromBody]` parameters]);
> NOTE: The body of the request should not be consumed by the controller (i.e., the controller should not have any `[FromBody]` parameters);
> otherwise, the proxy operation will fail. This is due to the fact that the body is read from a `Stream`, and that `Stream` is progressed
> when the body is read.
Expand Down

0 comments on commit a44ddd8

Please sign in to comment.