Skip to content

GuzzleHttp\Client change timeout ? #49

@drsaluml

Description

@drsaluml
    $this->httpClient = new Client([
        'base_uri' => $baseUrl,
        'exceptions' => false,
    ]);

help change timeout

    $this->httpClient = new Client([
        'base_uri' => $baseUrl,
        'timeout'         => $this->getTimeout(),
        'exceptions' => false,
    ]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions