japronto icon indicating copy to clipboard operation
japronto copied to clipboard

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.

Results 97 japronto issues
Sort by recently updated
recently updated
newest added

It seemed promising but no new releses in years

I have tried this way - **python3 setup.py install** Error Message: `/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/cpuid.h:14:2: error: this header is for x86 only #error this header is for x86 only ^ /Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/cpuid.h:286:5: error: invalid...

Bumps [sanic](https://github.com/sanic-org/sanic) from 0.2.0 to 20.12.7. Release notes Sourced from sanic's releases. Version 20.12.7 Resolves #2477 and #2478 See also #2495 and https://github.com/sanic-org/sanic/security/advisories/GHSA-8cw9-5hmv-77w6 Full Changelog: https://github.com/sanic-org/sanic/compare/v20.12.6...v20.12.7 Version 20.12.6 What's Changed...

dependencies

`pip install japronto` is not working because it can't find the package. Reason is because it's missing from the package list page (https://pypi.python.org/simple/) Surprisingly, if you go to https://pypi.python.org/simple/japronto/ the...

You can try https://github.com/nemequ/simde for easy transfer of SSE / AVX instructions to ARM.

Addresses issue https://github.com/squeaky-pl/japronto/issues/5

### Code snippet ``` Parser_feed(Parser* self, PyObject *args) { ........ if((size_t)data_len > self->buffer_capacity - (self->buffer_end - self->buffer_start)) { self->buffer_capacity = MAX(self->buffer_capacity * 2, self->buffer_end - self->buffer_start + data_len); if(self->buffer ==...

I thank your team The latest version is a year old and I'm surprised by the performance of Japronto, but are you not updating it and also is it possible...