mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
Update 1.3.0.md
Added note about Response::getBody()
This commit is contained in:
parent
8746616841
commit
d4b301a818
@ -9,7 +9,7 @@ Contents:
|
||||
- [The New oatpp::String](#the-new-oatppstring)
|
||||
- [ConnectionPool::get() Timeout](#connectionpoolget-timeout)
|
||||
- [JSON Serializer Escape Flags](#json-serializer-escape-flags)
|
||||
|
||||
- [Response::getBody()](#responsegetbody)
|
||||
|
||||
## The New oatpp::String
|
||||
|
||||
@ -118,3 +118,6 @@ Output:
|
||||
res='"https://oatpp.io/"' # solidus isn't escaped
|
||||
```
|
||||
|
||||
## Response::getBody()
|
||||
|
||||
`oatpp::web::protocol::http::outgoing::Response` has a new method `getBody()` to retreive the body of the response. This is handy for response interceptors.
|
||||
|
Loading…
Reference in New Issue
Block a user