Skip to content

Commit

Permalink
fix: Allow headers to be supplied
Browse files Browse the repository at this point in the history
  • Loading branch information
vwong committed Jan 19, 2022
1 parent 705ebcf commit cd2826b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/micro-frame/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
}
]
},
"@headers": {
"type": "object",
"autocomplete": [
{
"description": "Additional http headers to send"
}
]
},
"@timeout": {
"type": "number",
"autocomplete": [
Expand Down

0 comments on commit cd2826b

Please sign in to comment.