mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
9 lines
399 B
Markdown
9 lines
399 B
Markdown
REST API
|
|
--------
|
|
|
|
- REST responses now include `Cache-Control` headers to guide intermediary
|
|
caches. Immutable responses such as block binary and hex data, block parts,
|
|
block filters, spent transaction outputs, and block-specific deployment info
|
|
are marked cacheable for one day. Responses that can change with active chain
|
|
or node state, as well as errors, are marked `no-store`. (#34794)
|