module LibItsHttp_Pics { /** * @desc HTTP major version */ modulepar integer PICS_HTTP_VERSION_MAJOR := 1; /** * @desc HTTP minor version */ modulepar integer PICS_HTTP_VERSION_MINOR := 1; /** * @desc */ modulepar charstring PICS_HEADER_HOST := "www.lisp.com"; /** * @desc */ modulepar charstring PICS_HEADER_CONTENT_TYPE := "application/x-its-request"; } // End of module LibItsHttp_Pics