HTTPD Library | |
Type | library |
Dictionary | library.httpd |
Library | HTTPD Library |
Associations | com.livecode.library.httpd |
Description | Handle HTTP requests in your application |
Type | Name | Summary | Syntax |
---|---|---|---|
command | httpdResponse | Respond to a HTTP request | httpdResponse <pSocketID>,<pResponseCode>,<pContent>,<pHeaders> |
- - - | httpdStart | Start a HTTP server | httpdStart <pCallback>,<pPort>,<pServerName> |
- - - | httpdStop | Stop a HTTP server | httpdStop <pPorts> |
library | HTTPD Library | httpdStop <pPorts> |