The Fields concept is deprecated (API Change):

* The Fields concept will be removed in a future version.
This commit is contained in:
Vinnie Falco
2019-03-04 08:48:17 -08:00
parent 75c3ca622f
commit 31c5d1f092
3 changed files with 11 additions and 5 deletions

View File

@ -2,6 +2,7 @@ Version 228:
* Fix UB in decorator:
* Sync up convenience headers
* The Fields concept is deprecated (API Change)
--------------------------------------------------------------------------------

View File

@ -9,6 +9,12 @@
[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
and their values. The implementation also calls upon the container to
store the request target and non-standard strings for method and obsolete
@ -22,11 +28,6 @@ be serialized.
[heading Requirements]
[warning
These requirements may undergo non-backward compatible
changes in subsequent versions.
]
In this table:
* `F` denotes a type that meets the requirements of [*Fields].

View File

@ -193,6 +193,10 @@
[*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
* OpenSSL is required to build the examples and tests