Commit graph

9 commits

Author SHA1 Message Date
Giovanni Barillari
c95fd0cba7
Align codestyle (#124)
* Add lint and format tools and config

* Format Python code

* Format Rust code

* Add lint CI workflow
2023-09-25 18:00:09 +02:00
Matthias Kestenholz
e66cf4ec9f
Fix a few deprecation warnings in the test suite (#117)
* Avoid the asyncio mode deprecation warning

* Use content= instead of data= with httpx.post, the former is deprecated
2023-09-03 14:02:25 +02:00
Giovanni Barillari
13ea09e92c
Add request body iterators in ASGI and RSGI protocols (#115)
* Add request body iteration in ASGI protocol

* Update ASGI body tests

* Add request body iteration in RSGI protocol

* Minor ASGI IO refactor

* Update tests
2023-08-28 14:54:48 +02:00
Giovanni Barillari
548b8fc35a
add RSGI response stream (#90)
* add RSGI response stream (#26)

* add RSGI stream test (#26)

* update RSGI spec
2023-06-15 19:20:41 +02:00
Giovanni Barillari
6e0de0a611 Simplify protocols interfaces 2022-10-31 17:43:40 +01:00
Giovanni Barillari
c4e6bfd477 Improve errors handling 2022-10-24 18:44:50 +02:00
Giovanni Barillari
ce82813f0c Update tests 2022-10-18 16:37:15 +02:00
Giovanni Barillari
3cea538b00 test: use dynamic port for server 2022-07-12 14:28:50 +02:00
Giovanni Barillari
2d6410670c add basic test suite (#2) 2022-07-12 12:45:51 +02:00