This repository was archived by the owner on Jan 16, 2018. It is now read-only.

Description
We discussed the role of php-http/utils versus php-http/helper. One idea was to separate things that HTTP client users would need versus HTTP client providers.
BatchRequest and BatchResponse are only relevant for implementors, not for users of a client. The users have to use the BatchResponse interface, and the BatchRequest trait is only relevant for adapters for non-parallel clients. Imho we should move those to helper (and maybe think of a better name for that repository, like client-implementation-helper)