8 *#include <nghttp2/nghttp2.h>*
10 .. function:: int nghttp2_option_new(nghttp2_option **option_ptr)
13 Initializes *\*option_ptr* with default values.
15 When the application finished using this object, it can use
16 `nghttp2_option_del()` to free its memory.
18 This function returns 0 if it succeeds, or one of the following
21 :macro:`NGHTTP2_ERR_NOMEM`