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
Pico W need too much time for receiving request data in random cases
#46
peterbay
opened
1 year ago
13
Fix infinite loop when requesting too quickly
#45
foxy82
closed
1 year ago
4
Pico W stuck in an infinite loop
#44
foxy82
closed
1 year ago
6
Feature: URL Parameters
#43
michalpokusa
closed
1 year ago
1
for RESTful API
#42
nak435
closed
1 year ago
1
Connection refused after some time/multiple requests on Wiznet5k Pico W5100S
#41
IakovlevAA
opened
1 year ago
9
Update examples.rst
#40
foxy82
closed
1 year ago
0
Wrong example in MDNS section of the docs
#39
foxy82
closed
1 year ago
2
Auto-serve `index.html` for root path
#38
matemaciek
closed
1 year ago
3
Buffer_size improvements
#37
matemaciek
closed
1 year ago
1
Expose size of bytes of each part of file in `send_file`
#36
matemaciek
closed
1 year ago
2
Allow sending raw bytes in the response
#35
deshipu
closed
1 year ago
1
Allow sending raw bytes in the response
#34
deshipu
closed
1 year ago
1
Allow Response to send bytes
#33
anecdata
closed
1 year ago
0
Temporary fix for 8.0.0-beta6: Blocking connection/socket when using Chrome
#32
michalpokusa
closed
1 year ago
4
HTTP Requests from Chrome block the server
#31
yousafs
closed
1 year ago
13
Switch `root` to `root_path` in docs.
#30
bill88t
closed
1 year ago
0
Case insensitive HTTPHeaders, HTTPResponse context manager and some fixes
#29
michalpokusa
closed
1 year ago
16
Content-Length and multibyte characters in HTTPResponse
#28
jun2sak
closed
1 year ago
4
Ensure the headers are not modified in HTTPResponse
#27
spovlot
closed
1 year ago
4
Adding cors headers messes up content-type and content-length
#26
mandar1jn
closed
1 year ago
3
Refactor into separate files, additional features, addition of missing typing
#25
michalpokusa
closed
2 years ago
10
Allow setting of HTTP headers in HTTP response
#24
todbot
closed
2 years ago
0
Change method to static method
#23
tekktrik
closed
2 years ago
0
Added Features.
#22
paul-1
closed
1 year ago
8
Server blocks when a connection is opened with no request sent.
#21
paul-1
closed
2 years ago
0
How to make a responsive button?
#20
J0K3RS-L4UGH
closed
2 years ago
1
Explicitly set accepted socket to blocking
#19
jepler
closed
2 years ago
6
no response to http requests on pico w /CP8 Beta
#18
domi-a
closed
2 years ago
3
Discard or rewrite this library completely in favor of something with better structure and more functionality
#17
dhalbert
closed
2 years ago
0
Add support for reading contents of POST requests
#16
justbuchanan
closed
2 years ago
2
smaller buffer size for file read to send as HTTPResponse.
#15
FoamyGuy
closed
2 years ago
2
Does this work on Pico W? Having trouble installing/importing socketpool
#14
sgbaird
closed
2 years ago
2
Where should I put secrets.py?
#13
sgbaird
closed
2 years ago
1
enable user to access body of request
#12
eirinnm
closed
2 years ago
1
Add buffer size property
#11
karlfl
closed
2 years ago
0
Allow Non-Blocking Socket Calls
#10
karlfl
closed
2 years ago
2
socket.accept() is blocking by default
#9
karlfl
closed
2 years ago
0
Refactor library into class files
#8
karlfl
closed
2 years ago
1
Split serve_forever to allow polling in loop and add another example with polling in while loop.
#7
karlfl
closed
2 years ago
0
Documentation: `status` in response cannot be a tuple
#6
nicolasff
closed
2 years ago
4
Remove hard limit on request size
#5
dhalbert
closed
2 years ago
1
Allow user to specify request buffer size.
#4
cthulahoops
closed
2 years ago
7
Change request handling to use split instead of regular expressions.
#3
cthulahoops
closed
2 years ago
4
CircuitPython clients can't complete requests to HTTPServer
#2
anecdata
closed
2 years ago
10
Update README.rst
#1
askpatrickw
closed
2 years ago
0
Previous