HTTP specifics code example
Example 1: https/1.1
Request-URI = "*" | absoluteURI | abs_path | authority
Example 2: https/1.1
GET /pub/WWW/TheProject.html HTTP/1.1
Host: www.w3.org
Request-URI = "*" | absoluteURI | abs_path | authority
GET /pub/WWW/TheProject.html HTTP/1.1
Host: www.w3.org