An open API service for providing issue and pull request metadata for open source projects.

GitHub / adafruit/Adafruit_CircuitPython_HTTPServer issues and pull requests

#107 - Update examples to use `adafruit_connection_manager`

Issue - State: open - Opened by dhalbert about 1 month ago

#106 - Update Ethernet library usage

Pull Request - State: closed - Opened by dhalbert about 1 month ago

#104 - change to ruff

Pull Request - State: closed - Opened by FoamyGuy 3 months ago - 2 comments

#103 - Run on platforms without ssl

Pull Request - State: closed - Opened by Neradoc 4 months ago - 3 comments

#102 - SSL import error

Issue - State: closed - Opened by bludin 4 months ago - 3 comments

#101 - Remove secrets usage

Pull Request - State: closed - Opened by justmobilize 5 months ago - 1 comment

#100 - Fix a couple of typos in starting_methods.rst

Pull Request - State: closed - Opened by ncguk 7 months ago

#98 - Custom response types docs and video streaming example

Pull Request - State: closed - Opened by michalpokusa 9 months ago

#97 - Wifi Co-Processor Support?

Issue - State: closed - Opened by eshawveratdirigible 9 months ago - 2 comments

#95 - add support for "multipart/x-mixed-replace" (for streaming video)

Issue - State: closed - Opened by aguaviva about 1 year ago - 20 comments

#94 - AP example and docs about ConnectionManager example

Pull Request - State: closed - Opened by michalpokusa over 1 year ago

#93 - RPI Pico W Circuitpython Webserver on AP

Issue - State: closed - Opened by AndreasTheCat over 1 year ago - 5 comments

#92 - HTTPServer stops working on CircuitPython version >= 9.0

Issue - State: closed - Opened by gmos over 1 year ago - 3 comments

#91 - Add httpserver simpletest with connection manager

Pull Request - State: closed - Opened by DJDevon3 over 1 year ago - 4 comments

#90 - Pico W EOPNOTSUPP On CircuitPython 9.0.0

Issue - State: closed - Opened by another-greg over 1 year ago - 2 comments

#89 - rsa message receiver example

Pull Request - State: closed - Opened by FoamyGuy over 1 year ago - 2 comments

#88 - HTTPS implementation

Pull Request - State: closed - Opened by michalpokusa over 1 year ago - 23 comments

#87 - HTTPS Server now works on ESP32-S3 but MemoryError on Pico W and ESP32-S2

Issue - State: closed - Opened by anecdata over 1 year ago - 1 comment

#86 - Airlift Support?

Issue - State: open - Opened by mikeysklar over 1 year ago - 13 comments

#85 - Enable SO_REUSEADDR whenever it's available

Pull Request - State: closed - Opened by jepler over 1 year ago - 4 comments

#84 - 9.0.0 compatibility and better typing for sockets

Pull Request - State: closed - Opened by michalpokusa over 1 year ago

#83 - CircuitPython 9.0.0 will require SO.REUSEADDR for socket reuse

Issue - State: closed - Opened by dhalbert over 1 year ago - 1 comment

#82 - Preserve the real error if accept failed.

Pull Request - State: closed - Opened by jepler over 1 year ago

#80 - Fix: AttributeError on CircuitPython

Pull Request - State: closed - Opened by michalpokusa over 1 year ago

#79 - Fix for CPython "Adress already in use" error

Pull Request - State: closed - Opened by michalpokusa over 1 year ago - 2 comments

#78 - use alternate port for CPython example

Pull Request - State: closed - Opened by tedder over 1 year ago - 5 comments

#77 - add cpython example

Pull Request - State: closed - Opened by tedder over 1 year ago - 3 comments

#76 - `Route` refactor and fixes, CPython example

Pull Request - State: closed - Opened by michalpokusa over 1 year ago

#75 - instructions error

Issue - State: closed - Opened by tomfitzphilly over 1 year ago - 1 comment

#73 - "ImportError: no module named 'hashlib'" on the WIZnet W5500-EVB-Pico

Issue - State: closed - Opened by Akkiesoft over 1 year ago - 7 comments

#72 - Addition of usage with `adafruit_templateengine` and other minor changes

Pull Request - State: closed - Opened by michalpokusa almost 2 years ago - 2 comments

#71 - Fix typo

Pull Request - State: closed - Opened by c01o almost 2 years ago

#70 - Examples of using `adafruit_httpserver` with `asyncio`

Pull Request - State: closed - Opened by michalpokusa almost 2 years ago

#69 - request.form_data.get(...) returns the string "None" if a field doesn't exist

Issue - State: closed - Opened by radair6000 almost 2 years ago - 2 comments

#68 - Submitting empty form, or forms with only checkboxes, causes crash in web server

Issue - State: closed - Opened by radair6000 almost 2 years ago - 2 comments

#67 - 301/302 Redirects, FormData files, Cookies, Token authentication

Pull Request - State: closed - Opened by michalpokusa almost 2 years ago - 1 comment

#65 - Release notes has bad link to Docs

Issue - State: closed - Opened by jonaspetersorensen almost 2 years ago - 2 comments

#64 - XSS hardening

Pull Request - State: closed - Opened by FoamyGuy about 2 years ago - 1 comment

#63 - External Routes, Server-Sent Events, Websockets

Pull Request - State: closed - Opened by michalpokusa about 2 years ago - 1 comment

#62 - Yielding data from an async task to a chunked response

Issue - State: closed - Opened by adrianblakey about 2 years ago - 24 comments

#61 - mdns setting error - trying to set a custom hostname

Issue - State: closed - Opened by adrianblakey about 2 years ago - 5 comments

#60 - Setting the hostname - Pico W

Issue - State: closed - Opened by adrianblakey about 2 years ago - 2 comments

#59 - adding ethernet example

Pull Request - State: closed - Opened by FoamyGuy about 2 years ago

#58 - Server headers, FormData, some docs improvements and fix for bug in ChunkedResponse

Pull Request - State: closed - Opened by michalpokusa about 2 years ago - 1 comment

#57 - changes for package instead of module

Pull Request - State: closed - Opened by FoamyGuy about 2 years ago - 2 comments

#56 - PyPi Release not importable

Issue - State: closed - Opened by FoamyGuy about 2 years ago

#55 - Rapid requests causing hangs

Issue - State: closed - Opened by dhalbert about 2 years ago - 2 comments

#54 - 4.0.0 - Huge refactor, more examples, authentication, configurable MIMETypes

Pull Request - State: closed - Opened by michalpokusa over 2 years ago - 6 comments

#53 - note that there exist trivial denial of service attacks

Pull Request - State: closed - Opened by jepler over 2 years ago - 4 comments

#52 - How do I safely disable all access to filesystem?

Issue - State: closed - Opened by jdimpson over 2 years ago - 1 comment

#51 - Add a bare minimum simpletest example

Pull Request - State: closed - Opened by jrrickerson over 2 years ago - 1 comment

#50 - Create an httpserver_simpletest example

Issue - State: closed - Opened by jrrickerson over 2 years ago - 7 comments

#49 - Prevent parent directory access, custom Errors

Pull Request - State: closed - Opened by michalpokusa over 2 years ago - 2 comments

#48 - Allow HEAD requests to files paths

Pull Request - State: closed - Opened by Neradoc over 2 years ago

#47 - Allow no route to be defined for only serving static files

Pull Request - State: closed - Opened by Neradoc over 2 years ago - 2 comments

#46 - Pico W need too much time for receiving request data in random cases

Issue - State: open - Opened by peterbay over 2 years ago - 13 comments

#45 - Fix infinite loop when requesting too quickly

Pull Request - State: closed - Opened by foxy82 over 2 years ago - 4 comments

#44 - Pico W stuck in an infinite loop

Issue - State: closed - Opened by foxy82 over 2 years ago - 6 comments

#43 - Feature: URL Parameters

Pull Request - State: closed - Opened by michalpokusa over 2 years ago - 1 comment

#42 - for RESTful API

Pull Request - State: closed - Opened by nak435 over 2 years ago - 1 comment

#41 - Connection refused after some time/multiple requests on Wiznet5k Pico W5100S

Issue - State: open - Opened by IakovlevAA over 2 years ago - 9 comments

#40 - Update examples.rst

Pull Request - State: closed - Opened by foxy82 over 2 years ago
Labels: documentation

#39 - Wrong example in MDNS section of the docs

Issue - State: closed - Opened by foxy82 over 2 years ago - 2 comments

#38 - Auto-serve `index.html` for root path

Pull Request - State: closed - Opened by matemaciek over 2 years ago - 3 comments

#37 - Buffer_size improvements

Pull Request - State: closed - Opened by matemaciek over 2 years ago - 1 comment

#36 - Expose size of bytes of each part of file in `send_file`

Pull Request - State: closed - Opened by matemaciek over 2 years ago - 2 comments
Labels: enhancement

#35 - Allow sending raw bytes in the response

Pull Request - State: closed - Opened by deshipu over 2 years ago - 1 comment

#34 - Allow sending raw bytes in the response

Pull Request - State: closed - Opened by deshipu over 2 years ago - 1 comment

#33 - Allow Response to send bytes

Issue - State: closed - Opened by anecdata over 2 years ago

#32 - Temporary fix for 8.0.0-beta6: Blocking connection/socket when using Chrome

Pull Request - State: closed - Opened by michalpokusa over 2 years ago - 4 comments

#31 - HTTP Requests from Chrome block the server

Issue - State: closed - Opened by yousafs over 2 years ago - 13 comments

#30 - Switch `root` to `root_path` in docs.

Pull Request - State: closed - Opened by bill88t over 2 years ago

#29 - Case insensitive HTTPHeaders, HTTPResponse context manager and some fixes

Pull Request - State: closed - Opened by michalpokusa over 2 years ago - 16 comments

#28 - Content-Length and multibyte characters in HTTPResponse

Issue - State: closed - Opened by jun2sak over 2 years ago - 4 comments

#27 - Ensure the headers are not modified in HTTPResponse

Pull Request - State: closed - Opened by spovlot over 2 years ago - 4 comments

#26 - Adding cors headers messes up content-type and content-length

Issue - State: closed - Opened by mandar1jn over 2 years ago - 3 comments

#25 - Refactor into separate files, additional features, addition of missing typing

Pull Request - State: closed - Opened by michalpokusa over 2 years ago - 10 comments

#24 - Allow setting of HTTP headers in HTTP response

Issue - State: closed - Opened by todbot over 2 years ago

#23 - Change method to static method

Pull Request - State: closed - Opened by tekktrik over 2 years ago

#22 - Added Features.

Pull Request - State: closed - Opened by paul-1 over 2 years ago - 8 comments

#21 - Server blocks when a connection is opened with no request sent.

Issue - State: closed - Opened by paul-1 almost 3 years ago

#20 - How to make a responsive button?

Issue - State: closed - Opened by J0K3RS-L4UGH almost 3 years ago - 1 comment

#19 - Explicitly set accepted socket to blocking

Pull Request - State: closed - Opened by jepler almost 3 years ago - 6 comments

#18 - no response to http requests on pico w /CP8 Beta

Issue - State: closed - Opened by domi-a almost 3 years ago - 3 comments

#16 - Add support for reading contents of POST requests

Issue - State: closed - Opened by justbuchanan almost 3 years ago - 2 comments

#15 - smaller buffer size for file read to send as HTTPResponse.

Pull Request - State: closed - Opened by FoamyGuy almost 3 years ago - 2 comments

#14 - Does this work on Pico W? Having trouble installing/importing socketpool

Issue - State: closed - Opened by sgbaird almost 3 years ago - 2 comments

#13 - Where should I put secrets.py?

Issue - State: closed - Opened by sgbaird almost 3 years ago - 1 comment

#12 - enable user to access body of request

Pull Request - State: closed - Opened by eirinnm almost 3 years ago - 1 comment

#11 - Add buffer size property

Pull Request - State: closed - Opened by karlfl about 3 years ago

#10 - Allow Non-Blocking Socket Calls

Pull Request - State: closed - Opened by karlfl about 3 years ago - 2 comments

#9 - socket.accept() is blocking by default

Issue - State: closed - Opened by karlfl about 3 years ago

#8 - Refactor library into class files

Issue - State: closed - Opened by karlfl about 3 years ago - 1 comment

#6 - Documentation: `status` in response cannot be a tuple

Issue - State: closed - Opened by nicolasff about 3 years ago - 4 comments

#5 - Remove hard limit on request size

Issue - State: closed - Opened by dhalbert about 3 years ago - 1 comment

#4 - Allow user to specify request buffer size.

Pull Request - State: closed - Opened by cthulahoops about 3 years ago - 7 comments