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

Removing unnecessary http header Content-Transfer-Encoding. That is only used for e-mail.

This commit is contained in:
Kalle Rosenbaum 2015-09-25 14:36:45 +02:00
parent 2c56c21af1
commit e313067d01

View File

@ -106,8 +106,7 @@ Wallet implementations must support the <tt>http:</tt> and
<tt>https:</tt> schemes in which case <tt>POST</tt> method must be
used. The content type of the POST request must be set to
Content-Type: application/bitcoin-pop
Content-Transfer-Encoding: binary
application/bitcoin-pop
== Examples ==