mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
The Fields concept is deprecated (API Change):
* The Fields concept will be removed in a future version.
This commit is contained in:
@ -2,6 +2,7 @@ Version 228:
|
|||||||
|
|
||||||
* Fix UB in decorator:
|
* Fix UB in decorator:
|
||||||
* Sync up convenience headers
|
* Sync up convenience headers
|
||||||
|
* The Fields concept is deprecated (API Change)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -9,6 +9,12 @@
|
|||||||
|
|
||||||
[section:Fields Fields]
|
[section:Fields Fields]
|
||||||
|
|
||||||
|
[warning
|
||||||
|
The ['Fields] concept is deprecated and will be removed in
|
||||||
|
a future version. The information on this page is provided
|
||||||
|
for historical purposes only.
|
||||||
|
]
|
||||||
|
|
||||||
An instance of [*Fields] is a container for holding HTTP header fields
|
An instance of [*Fields] is a container for holding HTTP header fields
|
||||||
and their values. The implementation also calls upon the container to
|
and their values. The implementation also calls upon the container to
|
||||||
store the request target and non-standard strings for method and obsolete
|
store the request target and non-standard strings for method and obsolete
|
||||||
@ -22,11 +28,6 @@ be serialized.
|
|||||||
|
|
||||||
[heading Requirements]
|
[heading Requirements]
|
||||||
|
|
||||||
[warning
|
|
||||||
These requirements may undergo non-backward compatible
|
|
||||||
changes in subsequent versions.
|
|
||||||
]
|
|
||||||
|
|
||||||
In this table:
|
In this table:
|
||||||
|
|
||||||
* `F` denotes a type that meets the requirements of [*Fields].
|
* `F` denotes a type that meets the requirements of [*Fields].
|
||||||
|
@ -193,6 +193,10 @@
|
|||||||
|
|
||||||
[*API Changes]
|
[*API Changes]
|
||||||
|
|
||||||
|
* The __Fields__ concept is deprecated and will be removed
|
||||||
|
in a future version. ['Actions Required]: Do not rely on
|
||||||
|
the ['Fields] concept.
|
||||||
|
|
||||||
* On Windows, Visual Studio 2017 or later is required
|
* On Windows, Visual Studio 2017 or later is required
|
||||||
|
|
||||||
* OpenSSL is required to build the examples and tests
|
* OpenSSL is required to build the examples and tests
|
||||||
|
Reference in New Issue
Block a user