1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

- Fix bulleting for mimetypes

This commit is contained in:
Matt David 2016-06-10 15:08:19 -07:00
parent 3e89e8b947
commit 73b2e134d1

View File

@ -95,8 +95,8 @@ If the data type is permanently unavailable, for example if the address endpoint
A HTTP POST request on a TLS-protected HTTP address endpoint MUST set the '''Accept''' header to the requested response MIME Type. The available response MIME Types for this request are:
application/bitcoin-paymentprotocol-message
application/bitcoin-encrypted-paymentprotocol-message
* application/bitcoin-paymentprotocol-message
* application/bitcoin-encrypted-paymentprotocol-message
The HTTP POST request MUST set the '''Content-Transfer-Encoding''' header to "binary" and the '''Content-Type header''' to either of the aforementioned MIME Types. The content of the POST message MUST be the binary representation of a serialized ProtocolMessage or EncryptedProtocolMessage.