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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -