mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
before: ``` // request_builder.go:25 | Size: 64 (Optimal: 56) type RequestBuilder struct { headers http.Header ■ ■ ■ ■ ■ ■ ■ ■ clientProxyURL *url.URL ■ ■ ■ ■ ■ ■ ■ ■ useClientProxy bool ■ □ □ □ □ □ □ □ clientTimeout int ■ ■ ■ ■ ■ ■ ■ ■ withoutRedirects bool ■ ignoreTLSErrors bool ■ disableHTTP2 bool ■ □ □ □ □ □ proxyRotator *proxyrotator.ProxyRotator ■ ■ ■ ■ ■ ■ ■ ■ feedProxyURL string ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ } ``` after: ``` // request_builder.go:25 | Size: 56 type RequestBuilder struct { headers http.Header ■ ■ ■ ■ ■ ■ ■ ■ clientProxyURL *url.URL ■ ■ ■ ■ ■ ■ ■ ■ clientTimeout int ■ ■ ■ ■ ■ ■ ■ ■ useClientProxy bool ■ withoutRedirects bool ■ ignoreTLSErrors bool ■ disableHTTP2 bool ■ □ □ □ □ proxyRotator *proxyrotator.ProxyRotator ■ ■ ■ ■ ■ ■ ■ ■ feedProxyURL string ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ } ``` |
||
---|---|---|
.. | ||
atom | ||
date | ||
dublincore | ||
encoding | ||
fetcher | ||
filter | ||
googleplay | ||
handler | ||
icon | ||
itunes | ||
json | ||
media | ||
opml | ||
parser | ||
processor | ||
rdf | ||
readability | ||
readingtime | ||
rewrite | ||
rss | ||
sanitizer | ||
scraper | ||
subscription | ||
urlcleaner | ||
xml |