Returns HTTP header names and values.
sa_http_header_info( [header_parm] )
header_parm Use this optional VARCHAR(255) parameter to specify an HTTP header name.
Column name | Data type | Description |
---|---|---|
Name | VARCHAR(255) | The HTTP header name. |
Value | LONG VARCHAR | The HTTP header value. |
The sa_http_header_info system procedure returns header names and values. If you do not specify the header name using the optional parameter, the result set contains values for all headers.
This procedure returns a non-empty result set if it is called while processing an HTTP request within a web service.
None
None
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |