kramanathan01
c3250257b1
Use go-httpbin
to run tests locally and avoid remote calls to httpbin.org
...
https://github.com/mccutchen/go-httpbin is MIT licensed and implements httpbin interfaces in Golang.
Combining this package with `httptest.Server` allows client unit tests to run entirely locally with no dependency on remote calls to httpbin.org
2023-06-24 22:05:47 -07:00
Frédéric Guillot
98167487aa
Remove test dependency on httpbin.org
...
httpbin.org is very flaky
2023-06-23 17:52:55 -07:00
fred
8646d61182
Replace copyright header with SPDX identifier
2023-06-19 15:00:45 -07:00
Frédéric Guillot
9fa086e471
Fix flaky test
2022-05-25 20:34:37 -07:00
Frédéric Guillot
2cf9bde1af
Show correct User Agent in input placeholders
2020-12-16 21:30:22 -08:00
Benjamin Congdon
eeeea74bf1
Update Miniflux man page with UserAgent setting
2020-11-29 16:55:45 -08:00
Benjamin Congdon
52a626d7b9
Add support for setting a global default User-Agent
2020-11-29 16:55:45 -08:00
Frédéric Guillot
16b7b3bc3e
http client: remove dependency on global config options
2020-09-27 14:37:46 -07:00