Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: belyalov/tinyweb

Tags

v1.3.5

Toggle v1.3.5's commit message
Read entire request even if URL is not found to prevent unexpected co…

…nnection close

Fixes #24

v1.3.4

Toggle v1.3.4's commit message
Properly handle UTF strings restful_resource_handler()

Fixes #20

v1.3.3

Toggle v1.3.3's commit message
Include examples into release firmware image as well

v1.3.2

Toggle v1.3.2's commit message
Update travis build script, fixes #18. Update micropython version for…

… release image build.

v1.3.1

Toggle v1.3.1's commit message
Switch micropython to commit which implements TCP listen/accept backl…

…og support

Fix unittest - support both: remove/unlink

v1.3

Toggle v1.3's commit message
Add processed connection stat counter

v1.2.3

Toggle v1.2.3's commit message
[logging] Replace all `print` functions with logging to be able to co…

…ntrol output.

v1.2.2

Toggle v1.2.2's commit message
[travis] Fix issues

v1.2.1

Toggle v1.2.1's commit message
[travis] Add version to firmware filename

v1.2

Toggle v1.2's commit message
Add max concurrency support - in order to prevent OutOfMemory state o…

…n low end machines like esp8266.

Move 'backlog' keyword argument from run() into __init__()
Fixes #15