We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de63c39 commit 0d6622dCopy full SHA for 0d6622d
lib/split/configuration.rb
@@ -61,12 +61,14 @@ def bots
61
'ColdFusion' => 'ColdFusion http library',
62
'EventMachine HttpClient' => 'Ruby http library',
63
'Go http package' => 'Go http library',
64
+ 'Go-http-client' => 'Go http library',
65
'Java' => 'Generic Java http library',
66
'libwww-perl' => 'Perl client-server library loved by script kids',
67
'lwp-trivial' => 'Another Perl library loved by script kids',
68
'Python-urllib' => 'Python http library',
69
'PycURL' => 'Python http library',
70
'Test Certificate Info' => 'C http library?',
71
+ 'Typhoeus' => 'Ruby http library',
72
'Wget' => 'wget unix CLI http client',
73
74
# URL expanders / previewers
@@ -91,6 +93,7 @@ def bots
91
93
92
94
# Uptime monitoring
95
'check_http' => 'Nagios monitor',
96
+ 'GoogleStackdriverMonitoring' => 'Google Cloud monitor',
97
'NewRelicPinger' => 'NewRelic monitor',
98
'Panopta' => 'Monitoring service',
99
'Pingdom' => 'Pingdom monitoring',
0 commit comments