1
|
# HTTP by Fresh Download - http://www.freshdevices.com
|
2
|
# Pattern attributes: good notsofast notsofast subset
|
3
|
# Protocol groups: document_retrieval ietf_draft_standard
|
4
|
# Wiki: http://protocolinfo.org/wiki/HTTP
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
# Uses HTTP to download.
|
7
|
|
8
|
http-freshdownload
|
9
|
|
10
|
# Fresh Download identifies itself in the User-Agent field of every HTTP
|
11
|
# request it makes.
|
12
|
|
13
|
# The latest version uses "User-Agent: FreshDownload/4.40". The
|
14
|
# additional version allowance is an attempt at "future proofing".
|
15
|
|
16
|
User-Agent: FreshDownload/[456](\.[0-9][0-9]?)?
|
17
|
|