request protocol code example
Example 1: https/1.1
Request-Line = Method SP Request-URI SP HTTP-Version CRLF
Example 2: https/1.1
GET http://www.w3.org/pub/WWW/TheProject.html HTTP/1.1
Request-Line = Method SP Request-URI SP HTTP-Version CRLF
GET http://www.w3.org/pub/WWW/TheProject.html HTTP/1.1