When making a request to a proxy, other than a CONNECT or server-wide OPTIONS request (as detailed below), a client MUST send the target URI in "absolute-form" as the request-target.
[x] Define a directory or a file from where the file should be searched (for example, if url /kapouet is rooted to /tmp/www, url /kapouet/pouic/toto/pouet is /tmp/www/pouic/toto/pouet).
내용
localhost:80/script.php?name=John
origin-form -> 자동으로
origin-form = absolute-path [ "?" query ]
http://www.example.org/where?q=now
absolute-form -> 프록시 일때만
absolute-form = absolute-URI
GET http://www.example.org/pub/WWW/TheProject.html HTTP/1.1
authority-form -> CONNECT 요청에만 asterisk-form -> OPTIONS 요청에만
TASK
PATH