Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 575 Bytes

extract_pull_http.md

File metadata and controls

23 lines (16 loc) · 575 Bytes

Extract Pull: Http

Put any valid URL as your uri

You can find all the options available here: Symfony Http Client

options:
    method:               GET

    # array containing the username as first value, and optionally the password as the second one
    auth_basic:           null

    # a token enabling HTTP Bearer authorization
    auth_bearer:          null

    # array of header names and values: "X-My-Header: My-Value"
    headers:              []