Bramus

Results 122 comments of Bramus

That can work for `GET` requests _(but, as you say: it'll be an extra request)_ but not for `POST` requests.

Since `bramus/router` [Already supports the `X-HTTP-Method-Override` header](https://github.com/bramus/router#overriding-the-request-method), supporting `_method` seems like a nice addition. Feel free to open a PR and I'll gladly merge. _Please note that your PR **must**...

No too keen on making all of these `protected`, as they're internal things that can break things when overridden wrongly. What exactly do you want to achieve?

This is by design. Now that you bring this to my attention, it is not explicitly mentioned in the docs, which should be the case.

It has to do with performance — https://www.bram.us/2020/04/18/php-performance-tip-use-fully-qualified-function-calls-when-working-with-namespaces/

Closing this issue due to inactivity. I'll gladly reopen when it becomes active again.

Noticed that the PR in #76 is related to this, so reopening. What's missing from that PR is updated documentation (~ an example) + tests

Naming routes is not supported by `bramus/router`. I'd be willing to accept a PR that implements this. Do note that a integration with a template engine, would be part of...

> Have there been any other issues created to talk about color-contrast? Is the consensus to get rid of it...? Please refer to https://github.com/w3c/csswg-drafts/issues/7553, which is a meta/umbrella issue for...