mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
440 B
Plaintext
12 lines
440 B
Plaintext
Rack::Cache is suitable as a quick drop-in component
|
|
to enable HTTP caching for Rack-based applications
|
|
that produce freshness (Expires, Cache-Control)
|
|
and/or validation (Last-Modified, ETag) information.
|
|
|
|
* Standards-based (see RFC 2616 / Section 13).
|
|
* Freshness/expiration based caching
|
|
* Validation
|
|
* Vary support
|
|
* Portable: 100% Ruby / works with any Rack-enabled framework.
|
|
* Disk, memcached, and heap memory storage backends.
|