miniflux-v2/http/client
Frédéric Guillot 246a48359c Do not follow redirects when trying known feed URLs
Some websites redirects unknown URLs to the home page.
As result, the list of known URLs is returned to the subscription list.
We don't want the user to choose between invalid feed URLs.
2020-11-06 17:46:54 -08:00
..
testdata Update XML encoding regex to take single quotes into consideration 2018-12-12 21:13:06 -08:00
client_test.go http client: remove dependency on global config options 2020-09-27 14:37:46 -07:00
client.go Do not follow redirects when trying known feed URLs 2020-11-06 17:46:54 -08:00
doc.go Add missing package descriptions for GoDoc 2018-10-08 17:32:17 -07:00
response_test.go Normalize URL query string before executing HTTP requests 2019-12-26 15:56:59 -08:00
response.go Do not use charset.NewReader if the body is a valid UTF-8 document 2020-10-30 23:00:05 -07:00