mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Fix Body requirements doc
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
* Fix race in writes during WebSocket reads
|
* Fix race in writes during WebSocket reads
|
||||||
* Fix compilation error in non-template class
|
* Fix compilation error in non-template class
|
||||||
|
|
||||||
|
HTTP
|
||||||
|
|
||||||
|
* Fix Body requirements doc
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
1.0.0-b28
|
1.0.0-b28
|
||||||
|
@@ -27,7 +27,7 @@ In this table:
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
[`Body::reader`]
|
[`X::reader`]
|
||||||
[]
|
[]
|
||||||
[
|
[
|
||||||
If present, a type meeting the requirements of
|
If present, a type meeting the requirements of
|
||||||
@@ -36,7 +36,7 @@ In this table:
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
[`Body::writer`]
|
[`X::writer`]
|
||||||
[]
|
[]
|
||||||
[
|
[
|
||||||
If present, a type meeting the requirements of
|
If present, a type meeting the requirements of
|
||||||
|
Reference in New Issue
Block a user