mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +08:00
Update doc
This commit is contained in:
@@ -4839,8 +4839,8 @@ NGHTTP2_EXTERN int nghttp2_check_header_value(const uint8_t *value, size_t len);
|
|||||||
/**
|
/**
|
||||||
* @function
|
* @function
|
||||||
*
|
*
|
||||||
* Returns nonzero if the |value| which is supposed to be the value of the
|
* Returns nonzero if the |value| which is supposed to be the value of
|
||||||
* :method header field is valid according to
|
* the :method header field is valid according to
|
||||||
* https://datatracker.ietf.org/doc/html/rfc7231#section-4 and
|
* https://datatracker.ietf.org/doc/html/rfc7231#section-4 and
|
||||||
* https://datatracker.ietf.org/doc/html/rfc7230#section-3.2.6
|
* https://datatracker.ietf.org/doc/html/rfc7230#section-3.2.6
|
||||||
*/
|
*/
|
||||||
@@ -4849,8 +4849,8 @@ NGHTTP2_EXTERN int nghttp2_check_method(const uint8_t *value, size_t len);
|
|||||||
/**
|
/**
|
||||||
* @function
|
* @function
|
||||||
*
|
*
|
||||||
* Returns nonzero if the |value| which is supposed to be the value of the
|
* Returns nonzero if the |value| which is supposed to be the value of
|
||||||
* :path header field is valid according to
|
* the :path header field is valid according to
|
||||||
* https://datatracker.ietf.org/doc/html/rfc7540#section-8.1.2.3
|
* https://datatracker.ietf.org/doc/html/rfc7540#section-8.1.2.3
|
||||||
*
|
*
|
||||||
* |value| is valid if it merely consists of the allowed characters.
|
* |value| is valid if it merely consists of the allowed characters.
|
||||||
|
|||||||
Reference in New Issue
Block a user