Loading...
Searching...
No Matches
Data Fields
imquic_qpack_entry Struct Reference

Name-value entry we can have in the static or dynamic tables. More...

#include <qpack.h>

Data Fields

uint16_t id
 ID (for static or dynamic table)
 
const char * name
 Name.
 
const char * value
 Value.
 

Detailed Description

Name-value entry we can have in the static or dynamic tables.

Field Documentation

◆ id

uint16_t imquic_qpack_entry::id

ID (for static or dynamic table)

◆ name

const char* imquic_qpack_entry::name

Name.

◆ value

const char* imquic_qpack_entry::value

Value.


The documentation for this struct was generated from the following file: