WPILibC++ 2024.1.1-beta-4
wpi::http_parser_settings Struct Reference

#include <wpinet/http_parser.h>

Public Attributes

http_cb on_message_begin
 
http_data_cb on_url
 
http_data_cb on_status
 
http_data_cb on_header_field
 
http_data_cb on_header_value
 
http_cb on_headers_complete
 
http_data_cb on_body
 
http_cb on_message_complete
 
http_cb on_chunk_header
 
http_cb on_chunk_complete
 

Member Data Documentation

◆ on_body

http_data_cb wpi::http_parser_settings::on_body

◆ on_chunk_complete

http_cb wpi::http_parser_settings::on_chunk_complete

◆ on_chunk_header

http_cb wpi::http_parser_settings::on_chunk_header

◆ on_header_field

http_data_cb wpi::http_parser_settings::on_header_field

◆ on_header_value

http_data_cb wpi::http_parser_settings::on_header_value

◆ on_headers_complete

http_cb wpi::http_parser_settings::on_headers_complete

◆ on_message_begin

http_cb wpi::http_parser_settings::on_message_begin

◆ on_message_complete

http_cb wpi::http_parser_settings::on_message_complete

◆ on_status

http_data_cb wpi::http_parser_settings::on_status

◆ on_url

http_data_cb wpi::http_parser_settings::on_url

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