Pedro de Mattia
Pedro de Mattia
Nowadays, the `path` type in the `Supported types` section of the [`Routing` page of the Guide Basics](https://github.com/sanic-org/sanic-guide/blob/main/src/en/guide/basics/routing.md) reads as: **Regular expression applied**: `r"[^/].*?")` **Cast type**: `str` **Example matches**: - `/path/to/hello`...
Hello there! `SanicASGITestClient` inherits from `httpx.AsyncClient` and override its `request` method, changing its return type. ```python class SanicASGITestClient(httpx.AsyncClient): async def request( # type: ignore self, method, url, gather_request=True, *args, **kwargs...
## Description This pull request adds Brazilian Law Research MCP server to the community servers list in the README. It follows the existing format and styling so contributors can quickly...