mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-17 14:33:30 +02:00
add cli detection for httpie-go
This commit is contained in:
@ -214,6 +214,7 @@ func TestCLIMatcher(t *testing.T) {
|
||||
{"Wget", true},
|
||||
{"fetch libfetch/2.0", true},
|
||||
{"HTTPie/0.9.3", true},
|
||||
{"httpie-go/0.6.0", true},
|
||||
{"Go 1.1 package http", true},
|
||||
{"Go-http-client/1.1", true},
|
||||
{"Go-http-client/2.0", true},
|
||||
|
Reference in New Issue
Block a user