HTTPD Library

Typelibrary
Dictionarylibrary.httpd
LibraryHTTPD Library
Associationscom.livecode.library.httpd
Description

Handle HTTP requests in your application

TypeNameSummarySyntax
commandhttpdResponse

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>

libraryHTTPD Library

httpdStop <pPorts>