nghttp3
1.7.0-DEV
Contents:
The nghttp3 programmers’ guide
QPACK How-To
API Reference
Macros
Enums
Types (structs, unions and typedefs)
nghttp3_buf_free
nghttp3_buf_init
Synopsis
nghttp3_buf_left
nghttp3_buf_len
nghttp3_buf_reset
nghttp3_check_header_name
nghttp3_check_header_value
nghttp3_conn_add_ack_offset
nghttp3_conn_add_write_offset
nghttp3_conn_bind_control_stream
nghttp3_conn_bind_qpack_streams
nghttp3_conn_block_stream
nghttp3_conn_client_new
nghttp3_conn_close_stream
nghttp3_conn_del
nghttp3_conn_get_frame_payload_left
nghttp3_conn_get_stream_priority
nghttp3_conn_is_drained
nghttp3_conn_is_stream_writable
nghttp3_conn_read_stream
nghttp3_conn_resume_stream
nghttp3_conn_server_new
nghttp3_conn_set_client_stream_priority
nghttp3_conn_set_max_client_streams_bidi
nghttp3_conn_set_max_concurrent_streams
nghttp3_conn_set_server_stream_priority
nghttp3_conn_set_stream_user_data
nghttp3_conn_shutdown
nghttp3_conn_shutdown_stream_read
nghttp3_conn_shutdown_stream_write
nghttp3_conn_submit_info
nghttp3_conn_submit_request
nghttp3_conn_submit_response
nghttp3_conn_submit_shutdown_notice
nghttp3_conn_submit_trailers
nghttp3_conn_unblock_stream
nghttp3_conn_update_ack_offset
nghttp3_conn_writev_stream
nghttp3_err_infer_quic_app_error_code
nghttp3_err_is_fatal
nghttp3_mem_default
nghttp3_pri_parse_priority
nghttp3_qpack_decoder_cancel_stream
nghttp3_qpack_decoder_del
nghttp3_qpack_decoder_get_decoder_streamlen
nghttp3_qpack_decoder_get_icnt
nghttp3_qpack_decoder_new
nghttp3_qpack_decoder_read_encoder
nghttp3_qpack_decoder_read_request
nghttp3_qpack_decoder_set_max_concurrent_streams
nghttp3_qpack_decoder_set_max_dtable_capacity
nghttp3_qpack_decoder_write_decoder
nghttp3_qpack_encoder_ack_everything
nghttp3_qpack_encoder_del
nghttp3_qpack_encoder_encode
nghttp3_qpack_encoder_get_num_blocked_streams
nghttp3_qpack_encoder_new
nghttp3_qpack_encoder_read_decoder
nghttp3_qpack_encoder_set_max_blocked_streams
nghttp3_qpack_encoder_set_max_dtable_capacity
nghttp3_qpack_stream_context_del
nghttp3_qpack_stream_context_get_ricnt
nghttp3_qpack_stream_context_new
nghttp3_qpack_stream_context_reset
nghttp3_rcbuf_decref
nghttp3_rcbuf_get_buf
nghttp3_rcbuf_incref
nghttp3_rcbuf_is_static
nghttp3_set_debug_vprintf_callback
nghttp3_settings_default
nghttp3_strerror
nghttp3_vec_len
nghttp3_version
nghttp3
API Reference
nghttp3_buf_init
View page source
nghttp3_buf_init
Synopsis
#include <nghttp3/nghttp3.h>
void
nghttp3_buf_init
(
nghttp3_buf
*
buf
)
nghttp3_buf_init()
initializes empty
buf
.