Commit graph

6 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
233721f9a5
add WSGI response body iteration (#81) 2023-06-15 16:50:55 +02:00
Giovanni Barillari
00890e5e60 Fix WSGI protocol environ build 2023-01-05 19:00:27 +01:00
Mārtiņš Šulcs
bbb3f3214e
Fix content type and length in WSGI environ (#22)
* Add content_length to WSGI environ

* Review WSGI content-type implementation

Co-authored-by: Giovanni Barillari <g@baro.dev>
2023-01-05 18:10:11 +01:00
Giovanni Barillari
653f93a5e7 Add WSGI protocol support 2022-12-21 17:50:43 +01:00