Skip to content
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

Refactor Http Controller and Middleware to handle future new feature from base controller and middleware #198

Merged
merged 8 commits into from
Sep 21, 2024

Conversation

bim-g
Copy link
Collaborator

@bim-g bim-g commented Sep 21, 2024

[ENH] change route_path by url route path for easy access]
[ENH] add json extension to be required for http json response]
[ENH] migrate controller from core to http]
[ENH] migrate middleware from core to http]
[ENH] Add media module to be support on controller and middleware]
[UPD] set up method scopes]
[ENH] setup Request to use the RequestContract]
[ENH] setup Response to use the ResponseContract]

@bim-g bim-g added bug Something isn't working duplicate This issue or pull request already exists enhancement New feature or request labels Sep 21, 2024
@bim-g bim-g added this to the refacroring milestone Sep 21, 2024
@bim-g bim-g self-assigned this Sep 21, 2024
composer.json Show resolved Hide resolved
@bim-g bim-g merged commit 68c8e4c into master Sep 21, 2024
1 check passed
@bim-g bim-g linked an issue Sep 21, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Refactor Controller and Middleware as http component
1 participant