Imported Upstream version 1.0.0
[platform/upstream/nghttp2.git] / doc / nghttp2_check_header_value.rst
1
2 nghttp2_check_header_value
3 ==========================
4
5 Synopsis
6 --------
7
8 *#include <nghttp2/nghttp2.h>*
9
10 .. function:: int nghttp2_check_header_value(const uint8_t *value, size_t len)
11
12     
13     Returns nonzero if HTTP header field value *value* of length *len*
14     is valid according to
15     http://tools.ietf.org/html/rfc7230#section-3.2