Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 879 Bytes

File metadata and controls

38 lines (30 loc) · 879 Bytes

Component: HTTPParam

I add an HTTP param to an HTTP call.

Component Signature

<bx:HTTPParam type=[string]
name=[string]
value=[any]
file=[string]
encoded=[boolean]
mimetype =[string] />

Attributes

Atrribute Type Required Description Default
type string true
name string false
value any false
file string false
encoded boolean false true
mimetype string false

Examples

<bx:HTTPParam type=[string]
name=[string]
value=[any]
file=[string]
encoded=[boolean]
mimetype =[string] />