-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Http & Related Components #57
Conversation
HttpHandler should be changed to HttpServerHandler, might just want to drop this out since this is getting to be a very large PR. This can be done later and doesn't really seem to fit nicely within the context of the other components. |
HttpMessage and HttpFactory should be ready to be released, given the amount of time it will take to get HttpClient working, might be best to just release Http, HttpMessage, and HttpFactory. |
Release HttpFactory and HttpMessage. Add more tests to these two components to make sure everything works as expected as well. HttpClient will get released later, Http may or may not get a release. |
Do a PR for each component, update terraform repo as well |
* main: Adding HttpFactory component (SonsOfPHP#60) Adding HttpMessage Component (SonsOfPHP#59)
Description
Adds the components: Http, HttpClient, HttpFactory, HttpHandler, HttpMessage
fixes #53
Checklist