Help for this page

Select Code to Download


  1. or download this
        GET /path/to/file.ext HTTP/1.1
        TE: deflate,gzip;q=0.3
    ...
        Host: my.domain.com
        If-Modified-Since: Wed, 07 Jun 2017 03:40:39 GMT
        User-Agent: File::Fetch/0.48
    
  2. or download this
        $ decode_base64("YW5vbnltb3VzOkZpbGUtRmV0Y2hAZXhhbXBsZS5jb20=")
        anonymous:File-Fetch@example.com
    
  3. or download this
        if ($self->userinfo) {
            $uri->userinfo($self->userinfo);
        } elsif ($self->scheme ne 'file') {
            $uri->userinfo("anonymous:$FROM_EMAIL");
        }