From 73b2e134d1eb625db2102716e1ba6a6de2d62d2b Mon Sep 17 00:00:00 2001 From: Matt David Date: Fri, 10 Jun 2016 15:08:19 -0700 Subject: [PATCH] - Fix bulleting for mimetypes --- bip-http-address-service.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-http-address-service.mediawiki b/bip-http-address-service.mediawiki index 0c61a73e..c6931e37 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.