summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt David <matt@netki.com>2016-06-10 15:08:19 -0700
committerMatt David <matt@netki.com>2016-06-10 15:08:19 -0700
commit73b2e134d1eb625db2102716e1ba6a6de2d62d2b (patch)
treeb71256e713ebd37beb9d88dfcc231e33a79a15ac
parent3e89e8b9473a1621710b314b77b4d5864cecc51f (diff)
downloadbips-73b2e134d1eb625db2102716e1ba6a6de2d62d2b.tar.xz
- Fix bulleting for mimetypes
-rw-r--r--bip-http-address-service.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-http-address-service.mediawiki b/bip-http-address-service.mediawiki
index 0c61a73..c6931e3 100644
--- a/bip-http-address-service.mediawiki
+++ b/bip-http-address-service.mediawiki
@@ -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.