Escape hyphen in ApiBlueprint in header -


using api blueprint, how can header hyphen specified? escaping backticks doesn't work. if escape hyphen, backticks showed in output. if escape more hypen, whole line lost in output.

input:

+ response 200 (application/pdf)      + headers          content-disposition: attachment; filename=first.pdf         `content-disposition`: attachment; filename=second.pdf         `content-disposition: attachment; filename=third.pdf`         content`-`disposition: attachment; filename=fourth.pdf 

output:

content-type: application/pdf content`-`disposition: attachment; filename=fourth.pdf 


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -