Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Scgi.Request
SourceSCGI request
type header = [
| `Http_accept_charset
| `Http_accept_language
| `Http_accept_encoding
| `Http_referer
| `Http_accept
| `Http_content_type
| `Http_content_md5
| `Http_user_agent
| `Http_origin
| `Http_cache_control
| `Http_content_length
| `Http_connection
| `Http_host
| `Http_date
| `Http_x_forwarded_proto
| `Http_x_forwarded_port
| `Http_x_forwarded_for
| `Server_name
| `Server_port
| `Remote_port
| `Remote_addr
| `Server_protocol
| `Other of string
]