Skip to content

Commit

Permalink
fetch & fetchpost
Browse files Browse the repository at this point in the history
note HTTP2 support as well
[skip ci]
  • Loading branch information
jqnatividad committed Dec 15, 2022
1 parent 014b4bc commit 84794ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/cmd/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ and cache hits NOT refreshing the TTL of cached values.
Set the environment variables QSV_REDIS_CONNSTR, QSV_REDIS_TTL_SECONDS and
QSV_REDIS_TTL_REFRESH to change default Redis settings.
Support HTTP/2 if the server supports it for improved performance.
Supports brotli, gzip and deflate compression for improved throughtput & performance.
Automatically upgrades its connection to HTTP/2 as well if the server supports it.
(see https://www.cloudflare.com/learning/performance/http2-vs-http1.1/)
EXAMPLES USING THE URL-COLUMN ARGUMENT:
Expand Down
3 changes: 2 additions & 1 deletion src/cmd/fetchpost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ cache at database 2, as opposed to database 1 with fetch.
Set the environment variables QSV_FP_REDIS_CONNSTR, QSV_FP_REDIS_TTL_SECONDS and
QSV_FP_REDIS_TTL_REFRESH respectively to change default Redis settings.
Support HTTP/2 if the server supports it for improved performance.
Supports brotli, gzip and deflate compression for improved throughtput & performance.
Automatically upgrades its connection to HTTP/2 as well if the server supports it.
(see https://www.cloudflare.com/learning/performance/http2-vs-http1.1/)
EXAMPLES:
Expand Down

0 comments on commit 84794ea

Please sign in to comment.