Replies: 1 comment 2 replies
-
Don't see why you wouldn't be able to: https://docs.aiohttp.org/en/stable/web_reference.html#aiohttp.web.UrlDispatcher.add_route The add_get() etc. methods are just shortcuts as mentioned in the documentation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use aiohttp to implement an RTSP server (for RAOP in my case). It's very similar to HTTP, but uses other methods and allows a URI as path. A typical request might look like this:
Is it possible to add routes for these kinds of methods (and URIs), or will I have to use some other library instead?
Beta Was this translation helpful? Give feedback.
All reactions