1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00
miniflux-v2/internal/reader/fetcher
jvoisin 46adb0ffad refactor(fetcher): simplification of ExecuteRequest
Instead of doing some ciphers manipulation before instantiating the http.Transport
and then assigning them, instantiate http.Transport, and then in an if do the
manipulation. This makes the code a bit clearer, which is always nice when it
comes to cryptographic shenanigans.
2025-07-09 19:36:36 -07:00
..
encoding_wrappers.go reader/fetcher: add brotli content encoding support 2024-04-19 10:50:46 -07:00
request_builder.go refactor(fetcher): simplification of ExecuteRequest 2025-07-09 19:36:36 -07:00
response_handler.go feat: use Cache-Control max-age and Expires headers to calculate next check 2025-04-06 16:24:00 -07:00
response_handler_test.go feat: use Cache-Control max-age and Expires headers to calculate next check 2025-04-06 16:24:00 -07:00