HTTPServer

4D Component which includes methods to help your web developing.

import HttpServer()

import HttpServer () -> cs

Name Type   Description  
return object Class store object  

This method returns the class store (cs) object of the component.

Example

C_OBJECT($cs_o)
$cs_o:=import HttpServer
// Then you can use claseses of HttpServer