•  
      request #12996 Move to PSR-18 HTTP client and PSR-17 HTTP factories
    Infos
    #12996
    Thomas Gerbet (tgerbet)
    2019-02-20 20:01
    2019-02-13 14:14
    13867
    Details
    Move to PSR-18 HTTP client and PSR-17 HTTP factories
    A while ago our existing HTTP client implementation has been deprecated in favor of the interfaces offered by HTTPPlug to ease integration with external code (and have saner way to interact with HTTP services).

    Since then we have dropped PHP 5.6 which means we can continue in this direction and use PSR-17 HTTP factories and the recently released PSR-18 HTTP client factory.
    Other
    Empty
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Empty
    Closed
    2019-02-20
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2019-02-20 20:01
    Work is done, let's close.

    • Status changed from Under review to Closed
    • Connected artifacts
    • Close date set to 2019-02-20
    User avatar
    Thomas Gerbet (tgerbet)2019-02-13 14:21
    A first patch to move to PSR-18 can be reviewed here: gerrit #14020.

    The move to PSR-17 will follow next.

    • Status changed from Under implementation to Under review