GET method


Get mechanism



>>To Server
    GET <URL> <Protocol>

<<To Client
    <Protocol> 200 OK
    (Last-modified: <M-time>)
    (Content-length: <bytes>)
    Content-type: <mime type>

    <Body>