You can add custom keywords to the HTTP and HTTPS connectors. See Using custom commands and keywords in the Design Center documentation for more information about how to add custom commands and keywords.
HTTPExtJobIdField "ID_name"; Retrieves the external ID from an application that sends input to the StreamServer. The application that sends the input must include the external ID as HTTP header information (ID_name:ID_value).
HTTPMaxContentLength limit; Limits the size (in bytes) of the body in an HTTP request. If a request contains a body that exceeds this limit, an error response will be returned.
HTTPResponseTimeOut "timeout" "path" "custom" END; A time-out set by the client to override the response time-out. For example, the client header field “x-timeout:60000” sets the response time-out to one minute. To enable the client to set the response time-out, you can enter HTTPResponseTimeOut "x-timeout" "" "" END;Leave the timeout argument empty if you do not want to allow clients to set the response time-out.path:HTTPResponseTimeOut "" "/Messages/timeout.txt" "" END;HTTPResponseTimeOut "" "timeout.txt" "content-type:text/plain" END;
OpenText StreamServe 5.6 | Updated: 2013-03-01 |