granian icon indicating copy to clipboard operation
granian copied to clipboard

A Rust HTTP server for Python applications

Results 58 granian issues
Sort by recently updated
recently updated
newest added

Granian 1.3.1 My goal is to make program handling http request and send them to Kafka. I use `https://github.com/confluentinc/confluent-kafka-python` library, which is syncronious. Thus, I have to implement infinitive loop...

Hello, We were working on an HttpDisconnectMiddleware, which would cancel the ongoing tasks when user cancels the requests. We were using this same middleware with other servers like uvicorn and...

wontfix
asgi
polar

* Includes reload path option and filter options

Add contributing docs to README * Also adds `hacking` as an optional dependency for others to more easily install

Hi team, First of all thank you for the wonderful server. I am using Django + Channels for one web application. I want to use granian (granian==1.5.2) as server. Here,...

asgi
rsgi

Hey all, I based this PR off of @Andrew-Chen-Wang's work and included his original commit from #225. Additionally to the rebase, I made a few changes to the descriptions (as...

There's no really any need for the Python event-loop to be running in WSGI protocol; as of today the only reason we run it is to have code shared with...

enhancement
performance
wsgi