1
0
Fork 0
miniflux/http/client
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
..
testdata Update XML encoding regex to take single quotes into consideration 2018-12-12 21:13:06 -08:00
client.go Replace copyright header with SPDX identifier 2023-06-19 15:00:45 -07:00
client_test.go Use go-httpbin to run tests locally and avoid remote calls to httpbin.org 2023-06-24 22:05:47 -07:00
response.go Replace copyright header with SPDX identifier 2023-06-19 15:00:45 -07:00
response_test.go Replace copyright header with SPDX identifier 2023-06-19 15:00:45 -07:00