curl speaks etag

1 · Daniel Stenberg · Dec. 6, 2019, 7:15 a.m.
Summary
The ETag HTTP response header is an identifier for a specific version of a resource. It lets caches be more efficient and save bandwidth, as a web server does not need to resend a full response if the content has not changed. Additionally, etags help prevent simultaneous updates of a resource from overwriting each other … Continue reading curl speaks etag →...