http_srvconfig
| 
     
     Description
       | 
   
     
      This parameter specifies which request types are accepted by the HTTP server started from a Mosel model. For instance, if the application will only process HTTP GET queries the value of this parameter should be
     HTTP_GET. Moreover, if the flag
     HTTP_SSL is set, the server will also listen for HTTPS connections and, if the flag
     HTTP_SSLONLY is used, only the HTTPS server will be started (
     i.e. normal HTTP queries will be rejected). When an HTTPS server is started, the flag
     HTTP_CLTAUTH enables client authentication: clients are accepted only if they present a known certificate.
       | 
  
| 
     
     Type
       | 
   
     
     Integer, read/write
       | 
  
| 
     
     Default value
       | 
   
     
     HTTP_DELETE+HTTP_GET+HTTP_POST+HTTP_PUT
       | 
  
| 
     
     Affects routines
       | 
   |
| 
     
     Module
       | 
   
