Skip to content

Commit 667fb0e

Browse files
committed
add Adafruit_CircuitPython_HTTPServer
1 parent 572e3d4 commit 667fb0e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,3 +884,6 @@
884884
[submodule "libraries/drivers/tt21100"]
885885
path = libraries/drivers/tt21100
886886
url = https://github.com/adafruit/Adafruit_CircuitPython_TT21100.git
887+
[submodule "libraries/helpers/httpserver"]
888+
path = libraries/helpers/httpserver
889+
url = https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Helpers for interfacing with the internet, including IoT protocols.
117117
.. toctree::
118118

119119
Fake Requests <https://circuitpython.readthedocs.io/projects/fakerequests/en/latest/>
120+
HTTP Server <https://circuitpython.readthedocs.io/projects/httpserver/en/latest/>
120121
JSON Web Token (JWT) <https://circuitpython.readthedocs.io/projects/jwt/en/latest/>
121122
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
122123
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>

libraries/helpers/httpserver

Submodule httpserver added at 09c3fe4

0 commit comments

Comments
 (0)