- request
- the request to send, already HttpRequestExecutor.PreProcess(Org.Apache.Http.IHttpRequest, Org.Apache.Http.Protocol.IHttpProcessor, Org.Apache.Http.Protocol.IHttpProcessor)
- conn
- the connection over which to send the request, already established
- context
- the context for sending the request
Documentation for this section has not yet been entered.
Type Reason Org.Apache.Http.HttpException in case of a protocol or processing problem Java.IO.IOException in case of an I/O problem
Send a request over a connection. This method also handles the expect-continue handshake if necessary. If it does not have to handle an expect-continue handshake, it will not use the connection for reading or anything else that depends on data coming in over the connection.