Nyholm / psr7

A super lightweight PSR-7 implementation
MIT License
1.16k stars 75 forks source link

Proxy server #190

Closed chrisooo3 closed 2 years ago

chrisooo3 commented 2 years ago

How to set up proxy server parameter, while using your implementation?

chrisooo3 commented 2 years ago

Any updates?

Nyholm commented 2 years ago

This is more a question for stackoverflow or similar forums. It not a bug or feature request of the library.

Also note that this is an abstraction of the HTTP request and responses. If you know how your HTTP request should look like, you also know how to create your value objects. There is no other features of this package.