Giter Club home page Giter Club logo

Comments (6)

Tobion avatar Tobion commented on May 1, 2024 2

I could image your URI is not actually http://10.10.20.20:2080/api/cars/1 but 10.10.20.20:2080/api/cars/1 which is not a correctly formed URI with a host. If you fix your URI it should work correctly.

from psr7.

dgafka avatar dgafka commented on May 1, 2024 2

Why it doesn't use http wrapper as default one?
I think, that this commit just broke a lot of libraries.

from psr7.

garyblankenship avatar garyblankenship commented on May 1, 2024 1

Tobion, here's how I was using it.

$client = new GuzzleHttp\Client( [
    'base_uri' => 'http://10.10.20.20:2080',
    'headers'  => ['Accept' => 'application/json'],
    'timeout'  => 10
] );

$response = $client->get('/api/cars/1');

from psr7.

Tobion avatar Tobion commented on May 1, 2024

Could you provide a failing test case? I don't see how 889f21e is related to your failing URI.
There must be something else going on.
If you cannot provide a failing test case please describe what you're doing.

from psr7.

Tobion avatar Tobion commented on May 1, 2024

@garyblankenship your base URI is not 'http://10.10.20.20:2080' as I'm sure it does not include the scheme in your case. This is why this error appears.
I'm fixing this.

from psr7.

Tobion avatar Tobion commented on May 1, 2024

See guzzle/guzzle#1509 for a fix.

from psr7.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.