libURLLastRHHeaders | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | internet library | ||||||
Summary | Returns the headers sent by the remote host in the most recent HTTP transaction. | ||||||
Introduced | 1.1.1 | ||||||
OS | mac, windows, linux, web | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: httpHeaders Library: Internet library Keyword: http Control Structure: function Function: libURLLastHTTPHeaders, URLStatus Command: load Glossary: LiveCode custom library, Standalone Application Settings, return, standalone application | ||||||
Security | network | ||||||
Description | Use the libURLLastRHHeaders function to respond to custom header information that the Internet library does not handle. Whenever another system sends data via HTTP to your system, the remote system sends an HTTP header along with the data. This header generally consists of several lines and may include the request type, the HTTP protocol version being used, and other information.
| ||||||
Tags | networking |