src/main.rs
use std::io::{Read, Write};
use std::net::{TcpListener, TcpStream};| // qpack_roundtrip.c | |
| #include <nghttp3/nghttp3.h> | |
| #include <inttypes.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| /* rcbuf から (ptr,len) を取り出して表示する */ | |
| static void print_qpack_nv(const nghttp3_qpack_nv *nv) { | |
| nghttp3_vec name = nghttp3_rcbuf_get_buf(nv->name); |