Extract useragent package

Fixes #30
This commit is contained in:
Martin Polden
2017-05-27 15:31:50 +02:00
parent 6fa3c34c19
commit 0cd84ada1e
4 changed files with 82 additions and 6 deletions

View File

@ -150,6 +150,7 @@ func TestCLIMatcher(t *testing.T) {
}{
{"curl/7.26.0", true},
{"Wget/1.13.4 (linux-gnu)", true},
{"Wget", true},
{"fetch libfetch/2.0", true},
{"HTTPie/0.9.3", true},
{"Go 1.1 package http", true},