collective / sphinxcontrib-httpexample

Adds example directive for sphinx-contrib httpdomain
23 stars 20 forks source link

Custom headers missing from httpie examples #2

Closed lukasgraf closed 7 years ago

lukasgraf commented 7 years ago

HTTP request:

GET /plone/@users HTTP/1.1
Accept: application/json
Authorization: Basic YWRtaW46c2VjcmV0

vs.

httpie example:

http http://nohost/plone/@users -a admin:secret

(Accept header missing)

datakurre commented 7 years ago

Fixed for httpie with http -j.