Skip to content

Commit

Permalink
fetch & fetchpost: note that HTTP/2 is supported
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Dec 13, 2022
1 parent 8ac65c3 commit 914bb5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cmd/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ 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.
(see https://www.cloudflare.com/learning/performance/http2-vs-http1.1/)
EXAMPLES USING THE URL-COLUMN ARGUMENT:
data.csv
Expand Down
3 changes: 3 additions & 0 deletions src/cmd/fetchpost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ 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.
(see https://www.cloudflare.com/learning/performance/http2-vs-http1.1/)
EXAMPLES:
data.csv
Expand Down

0 comments on commit 914bb5e

Please sign in to comment.