DigitalOceanPHP / Client

DigitalOcean API v2 client for PHP
MIT License
710 stars 205 forks source link

Issue-324: Adds handlers for HTTP Response Code and Phrase #325

Closed lhridley closed 6 months ago

lhridley commented 9 months ago

Adds static function calls to ResponseMediator to return the HTTP Response code and Response Phrase

GrahamCampbell commented 9 months ago

This library intentionally does not expose details from the HTTP layer. What is the use case here?