php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_http_parser_settings Struct Reference

#include <php_http_parser.h>

Data Fields

php_http_cb on_message_begin
 
php_http_data_cb on_path
 
php_http_data_cb on_query_string
 
php_http_data_cb on_url
 
php_http_data_cb on_fragment
 
php_http_data_cb on_header_field
 
php_http_data_cb on_header_value
 
php_http_cb on_headers_complete
 
php_http_data_cb on_body
 
php_http_cb on_message_complete
 

Detailed Description

Definition at line 210 of file php_http_parser.h.

Field Documentation

◆ on_body

php_http_data_cb php_http_parser_settings::on_body

Definition at line 219 of file php_http_parser.h.

◆ on_fragment

php_http_data_cb php_http_parser_settings::on_fragment

Definition at line 215 of file php_http_parser.h.

◆ on_header_field

php_http_data_cb php_http_parser_settings::on_header_field

Definition at line 216 of file php_http_parser.h.

◆ on_header_value

php_http_data_cb php_http_parser_settings::on_header_value

Definition at line 217 of file php_http_parser.h.

◆ on_headers_complete

php_http_cb php_http_parser_settings::on_headers_complete

Definition at line 218 of file php_http_parser.h.

◆ on_message_begin

php_http_cb php_http_parser_settings::on_message_begin

Definition at line 211 of file php_http_parser.h.

◆ on_message_complete

php_http_cb php_http_parser_settings::on_message_complete

Definition at line 220 of file php_http_parser.h.

◆ on_path

php_http_data_cb php_http_parser_settings::on_path

Definition at line 212 of file php_http_parser.h.

◆ on_query_string

php_http_data_cb php_http_parser_settings::on_query_string

Definition at line 213 of file php_http_parser.h.

◆ on_url

php_http_data_cb php_http_parser_settings::on_url

Definition at line 214 of file php_http_parser.h.


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