@ -15,16 +15,6 @@ These additions are backwards-compatible as specified in [RFC 2045](https://tool
@@ -15,16 +15,6 @@ These additions are backwards-compatible as specified in [RFC 2045](https://tool
The terms MAY, SHOULD and SHOULD NOT are defined in [RFC 2119](https://tools.ietf.org/html/rfc2119).
# Size
Gemini servers SHOULD include the size (in bytes) of the response body when the
request is successful. Clients SHOULD utilize this information when downloading
files to indicate progress.
```
20 text/gemini; charset=utf-8; size=1108
```
# Cache
Gemini servers MAY include a duration (in seconds) which a client SHOULD cache
@ -42,3 +32,13 @@ Do not cache:
@@ -42,3 +32,13 @@ Do not cache:
```
20 text/gemini; charset=utf-8; cache=0
```
# Size
Gemini servers SHOULD include the size (in bytes) of the response body when the
request is successful. Clients SHOULD utilize this information when downloading