Some application is fast response using HTTP/1.0 Request from client.
but Using HTTP/1.1 slowly response.
So, I want to send client request using HTTP/1.0 protocol
Sample request is 'GET http://www.test.com/ HTTP/1.0'
Is it possible?
Some application is fast response using HTTP/1.0 Request from client.
but Using HTTP/1.1 slowly response.
So, I want to send client request using HTTP/1.0 protocol
Sample request is 'GET http://www.test.com/ HTTP/1.0'
Is it possible?