request uri code example
Example 1: https/1.1
GET /pub/WWW/TheProject.html HTTP/1.1
Host: www.w3.org
Example 2: https/1.1
GET http://www.w3.org/pub/WWW/TheProject.html HTTP/1.1
GET /pub/WWW/TheProject.html HTTP/1.1
Host: www.w3.org
GET http://www.w3.org/pub/WWW/TheProject.html HTTP/1.1