Miguel Grinberg
Miguel Grinberg
The current documentation does not explicitly mention some simpler deployment strategies that can be used when long-polling is not used.
Async support. Tasks: - [x] async connection management - [x] unasync Search - [x] check for invalid _sync directory in lint step - [x] unasync Search unit tests - [x]...
- [x] Basic auth - [x] Token auth - [x] Login auth - [x] Remember me cookie - [x] Examples - [x] Tests - [ ] Documentation
Some errors that result from SSL client errors cause the server to exit, due to a write call in line 1295 of microdot.py not having a try/catch around it. See...
Hi, thanks for doing this test. Wanted to mention a few important bugs that I've found in your tests. - The first one is pretty simple. For the aiohttp test...
Type hints for all remaining tests and examples. There are some notes embedded in the code, but the main changes are: - All the code, tests and examples now pass...
https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest.html
Many times it is necessary to know why a socket was disconnected. The JS implementation provides a `reason` argument for this in the [client](https://socket.io/docs/v4/client-api/#event-disconnect) and the [server](https://socket.io/docs/v4/server-api/#event-disconnect).
All the examples in this repository demonstrate web apps that serve HTML. There should also be examples that show how to build APIs with Microdot.