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

#include <lsapidef.h>

Data Fields

struct lsapi_packet_header m_pktHeader
 
int32_t m_httpHeaderLen
 
int32_t m_reqBodyLen
 
int32_t m_scriptFileOff
 
int32_t m_scriptNameOff
 
int32_t m_queryStringOff
 
int32_t m_requestMethodOff
 
int32_t m_cntUnknownHeaders
 
int32_t m_cntEnv
 
int32_t m_cntSpecialEnv
 

Detailed Description

Definition at line 146 of file lsapidef.h.

Field Documentation

◆ m_cntEnv

int32_t lsapi_req_header::m_cntEnv

Definition at line 157 of file lsapidef.h.

◆ m_cntSpecialEnv

int32_t lsapi_req_header::m_cntSpecialEnv

Definition at line 158 of file lsapidef.h.

◆ m_cntUnknownHeaders

int32_t lsapi_req_header::m_cntUnknownHeaders

Definition at line 156 of file lsapidef.h.

◆ m_httpHeaderLen

int32_t lsapi_req_header::m_httpHeaderLen

Definition at line 150 of file lsapidef.h.

◆ m_pktHeader

struct lsapi_packet_header lsapi_req_header::m_pktHeader

Definition at line 148 of file lsapidef.h.

◆ m_queryStringOff

int32_t lsapi_req_header::m_queryStringOff

Definition at line 154 of file lsapidef.h.

◆ m_reqBodyLen

int32_t lsapi_req_header::m_reqBodyLen

Definition at line 151 of file lsapidef.h.

◆ m_requestMethodOff

int32_t lsapi_req_header::m_requestMethodOff

Definition at line 155 of file lsapidef.h.

◆ m_scriptFileOff

int32_t lsapi_req_header::m_scriptFileOff

Definition at line 152 of file lsapidef.h.

◆ m_scriptNameOff

int32_t lsapi_req_header::m_scriptNameOff

Definition at line 153 of file lsapidef.h.


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