No description
Find a file
2022-03-12 12:17:18 +01:00
.github/workflows Update python-publish.yml 2022-03-12 12:17:18 +01:00
docs updated docs 2021-04-04 15:51:38 +02:00
src switched to ref object 2021-12-17 14:20:30 +01:00
test added https and additional http support, if message doesn't end with newline 2021-07-10 14:50:33 +02:00
.gitignore added python setup.py and perform cleanup 2021-03-28 16:18:19 +02:00
batchsend.nimble trying to improve sdist and adding multiple python versions 2022-01-29 15:19:26 +01:00
LICENSE Initial commit 2021-03-28 13:30:07 +02:00
README.md bugfixes for python, added functions 2021-03-30 19:39:51 +02:00
requirements.txt added requirements.txt containing nimporter 2022-01-29 14:38:46 +01:00
setup.py increased version, changed versions 2022-02-02 22:55:44 +01:00

batchsend

License

Nim / Python library to feed HTTP server quickly with custom messages

Currently uses AsyncSocket as this module is faster than AsyncHttpClient Notice that the library uses threads that might not catch all network errors You cannot catch those when using the python library - the application might crash in such a case.

Docs

Documentation is here