issues
search
adafruit
/
Adafruit_CircuitPython_HTTPServer
Simple HTTP Server for CircuitPython
MIT License
46
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Custom response types docs and video streaming example
#98
michalpokusa
opened
2 weeks ago
0
Wifi Co-Processor Support?
#97
eshawveratdirigible
closed
1 month ago
2
add support for "multipart/x-mixed-replace" (for streaming video)
#95
aguaviva
closed
2 weeks ago
20
AP example and docs about ConnectionManager example
#94
michalpokusa
closed
7 months ago
0
RPI Pico W Circuitpython Webserver on AP
#93
AndreasTheCat
closed
8 months ago
5
HTTPServer stops working on CircuitPython version >= 9.0
#92
gmos
closed
8 months ago
3
Add httpserver simpletest with connection manager
#91
DJDevon3
closed
8 months ago
4
Pico W EOPNOTSUPP On CircuitPython 9.0.0
#90
another-greg
closed
8 months ago
2
rsa message receiver example
#89
FoamyGuy
closed
8 months ago
2
HTTPS implementation
#88
michalpokusa
opened
9 months ago
2
HTTPS Server now works on ESP32-S3 but MemoryError on Pico W and ESP32-S2
#87
anecdata
opened
9 months ago
0
Airlift Support?
#86
mikeysklar
opened
9 months ago
12
Enable SO_REUSEADDR whenever it's available
#85
jepler
closed
9 months ago
4
9.0.0 compatibility and better typing for sockets
#84
michalpokusa
closed
9 months ago
0
CircuitPython 9.0.0 will require SO.REUSEADDR for socket reuse
#83
dhalbert
closed
9 months ago
1
Preserve the real error if accept failed.
#82
jepler
closed
9 months ago
0
Simple Test (examples/httpserver_simpletest_auto.py) error on M5stack Timer Camera X
#81
sina2
closed
9 months ago
2
Fix: AttributeError on CircuitPython
#80
michalpokusa
closed
9 months ago
0
Fix for CPython "Adress already in use" error
#79
michalpokusa
closed
9 months ago
2
use alternate port for CPython example
#78
tedder
closed
10 months ago
5
add cpython example
#77
tedder
closed
10 months ago
3
`Route` refactor and fixes, CPython example
#76
michalpokusa
closed
10 months ago
0
instructions error
#75
tomfitzphilly
closed
10 months ago
1
Alternative import to `hashlib` and warning message about Websocket support
#74
michalpokusa
closed
11 months ago
0
"ImportError: no module named 'hashlib'" on the WIZnet W5500-EVB-Pico
#73
Akkiesoft
closed
11 months ago
7
Addition of usage with `adafruit_templateengine` and other minor changes
#72
michalpokusa
closed
1 year ago
2
Fix typo
#71
c01o
closed
1 year ago
0
Examples of using `adafruit_httpserver` with `asyncio`
#70
michalpokusa
closed
1 year ago
0
request.form_data.get(...) returns the string "None" if a field doesn't exist
#69
radair6000
closed
1 year ago
2
Submitting empty form, or forms with only checkboxes, causes crash in web server
#68
radair6000
closed
1 year ago
2
301/302 Redirects, FormData files, Cookies, Token authentication
#67
michalpokusa
closed
1 year ago
1
Release notes has bad link to Docs
#65
jonaspetersorensen
closed
1 year ago
2
XSS hardening
#64
FoamyGuy
closed
1 year ago
1
External Routes, Server-Sent Events, Websockets
#63
michalpokusa
closed
1 year ago
1
Yielding data from an async task to a chunked response
#62
adrianblakey
closed
1 year ago
24
mdns setting error - trying to set a custom hostname
#61
adrianblakey
closed
1 year ago
5
Setting the hostname - Pico W
#60
adrianblakey
closed
1 year ago
2
adding ethernet example
#59
FoamyGuy
closed
1 year ago
0
Server headers, FormData, some docs improvements and fix for bug in ChunkedResponse
#58
michalpokusa
closed
1 year ago
1
changes for package instead of module
#57
FoamyGuy
closed
1 year ago
2
PyPi Release not importable
#56
FoamyGuy
closed
1 year ago
0
Rapid requests causing hangs
#55
dhalbert
closed
1 year ago
2
4.0.0 - Huge refactor, more examples, authentication, configurable MIMETypes
#54
michalpokusa
closed
1 year ago
6
note that there exist trivial denial of service attacks
#53
jepler
closed
1 year ago
4
How do I safely disable all access to filesystem?
#52
jdimpson
closed
1 year ago
1
Add a bare minimum simpletest example
#51
jrrickerson
closed
1 year ago
1
Create an httpserver_simpletest example
#50
jrrickerson
closed
1 year ago
7
Prevent parent directory access, custom Errors
#49
michalpokusa
closed
1 year ago
2
Allow HEAD requests to files paths
#48
Neradoc
closed
1 year ago
0
Allow no route to be defined for only serving static files
#47
Neradoc
closed
1 year ago
2
Next