BedrockStreaming / WsClientBundle

MIT License
1 stars 2 forks source link

Add __call auto proxy in GuzzleResponseAdapter #29

Closed AntoineReneleau closed 9 years ago

AntoineReneleau commented 9 years ago

Add call magic method to auto proxy GuzzleResponse methods in the Adapter. Should I also remove getStatusCode, getHeader and getHeaders from GuzzleAdapter and the interface since they are useless with the call ?

mikaelrandy commented 9 years ago

:+1: for me

And i think it's a good things to remove all function who became useless with the _call function

omansour commented 9 years ago

:+1: but check in our code (internal) if the interface is used or not.