Hi,

Does HttpCore provides something similar, the following properties which are
supported by tomcat.

1)*maxPostSize:* The maximum size in bytes of the POST which will be handled
by the container FORM URL parameter parsing.
2)*URIEncoding: *This specifies the character encoding used to decode the
URI bytes, after %xx decoding the URL. If not specified, ISO-8859-1 will be
used.
3)*bufferSize:* The size (in bytes) of the buffer to be provided for input
streams created by this connector. By default, buffers of 2048 bytes will be
provided.
4)*compressableMimeType:* The value is a comma separated list of MIME types
for which HTTP compression may be used.
5)*maxHttpHeaderSize:* The maximum size of the request and response HTTP
header, specified in bytes. If not specified, this attribute is set to 4096
(4 KB).
6)*maxKeepAliveRequests:* The maximum number of HTTP requests which can be
pipelined until the connection is closed by the server.


Thanks

Reply via email to