|
Groonga 3.0.9 Source Code Document
|
Data Fields | |
| u_char | version |
| u_char | type |
| u_char | request_id_hi |
| u_char | request_id_lo |
| u_char | content_length_hi |
| u_char | content_length_lo |
| u_char | padding_length |
| u_char | reserved |
Definition at line 95 of file ngx_http_fastcgi_module.c.
| u_char content_length_hi |
Definition at line 100 of file ngx_http_fastcgi_module.c.
| u_char content_length_lo |
Definition at line 101 of file ngx_http_fastcgi_module.c.
| u_char padding_length |
Definition at line 102 of file ngx_http_fastcgi_module.c.
| u_char request_id_hi |
Definition at line 98 of file ngx_http_fastcgi_module.c.
| u_char request_id_lo |
Definition at line 99 of file ngx_http_fastcgi_module.c.
| u_char reserved |
Definition at line 103 of file ngx_http_fastcgi_module.c.
| u_char type |
Definition at line 97 of file ngx_http_fastcgi_module.c.
| u_char version |
Definition at line 96 of file ngx_http_fastcgi_module.c.
1.8.1.2