zend-http icon indicating copy to clipboard operation
zend-http copied to clipboard

Create Request::create and Response::__constructor methods.

Open yourwebmaker opened this issue 9 years ago • 1 comments

Symfony has a create factory method that helps users a lot when we're creating new requests. Also it has a simple Response constructor that simplify the object creation.

These allows us to reduce the number of setter calls and keep our client code clean.

Is there any chance to have like the aforementioned ones?

yourwebmaker avatar Mar 23 '16 11:03 yourwebmaker

This repository has been closed and moved to laminas/laminas-http; a new issue has been opened at https://github.com/laminas/laminas-http/issues/20.

weierophinney avatar Dec 31 '19 22:12 weierophinney