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

Implement basic router with just routes #7

Closed
Gashmob opened this issue Apr 25, 2024 · 0 comments · Fixed by #9
Closed

Implement basic router with just routes #7

Gashmob opened this issue Apr 25, 2024 · 0 comments · Fixed by #9
Labels
enhancement New feature or request

Comments

@Gashmob
Copy link
Member

Gashmob commented Apr 25, 2024

No description provided.

@Gashmob Gashmob added the enhancement New feature or request label Apr 25, 2024
@Gashmob Gashmob mentioned this issue Apr 25, 2024
Gashmob added a commit that referenced this issue Apr 25, 2024
Gashmob added a commit that referenced this issue Apr 25, 2024
@Gashmob Gashmob linked a pull request Apr 25, 2024 that will close this issue
Gashmob added a commit that referenced this issue Apr 27, 2024
Gashmob added a commit that referenced this issue Apr 28, 2024
Part of #7

This class hold all routes and is cached
Gashmob added a commit that referenced this issue May 1, 2024
Part of #7

Collected routes are parsed to regex (with named group) and then added
to collection
Gashmob added a commit that referenced this issue May 2, 2024
Gashmob added a commit that referenced this issue May 2, 2024
Gashmob added a commit that referenced this issue May 2, 2024
Gashmob added a commit that referenced this issue May 3, 2024
Part of #7

And xml can take a SimpleXMLElement
Gashmob added a commit that referenced this issue May 3, 2024
Part of #7

Now route method takes a ServerRequestInterface as argument and returns
a ResponseInterface which can be handled by ResponseHandler
@Gashmob Gashmob closed this as completed in #9 May 3, 2024
Gashmob added a commit that referenced this issue May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant