Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom response types docs and video streaming example #98

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

michalpokusa
Copy link
Contributor

⭐ Added:

🪛Fixes:

  • Typo in multiple servers example

The example should work out of the box on MEMENTO.

The main reasoning behind not adding this response type as part of library itself is that it is already quite big, and the use case is not as common as e.g. Websockets.

Copy link
Contributor

@FoamyGuy FoamyGuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Thanks for the new example and fixes @michalpokusa!

@FoamyGuy FoamyGuy merged commit be94572 into adafruit:main Dec 4, 2024
1 check passed
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Dec 5, 2024
Updating https://github.com/adafruit/Adafruit_CircuitPython_ICM20X to 2.1.3 from 2.1.2:
  > Merge pull request adafruit/Adafruit_CircuitPython_ICM20X#27 from FoamyGuy/type_annotations

Updating https://github.com/adafruit/Adafruit_CircuitPython_MPL115A2 to 1.1.18 from 1.1.17:
  > Merge pull request adafruit/Adafruit_CircuitPython_MPL115A2#15 from FoamyGuy/use_ruff
  > Merge pull request adafruit/Adafruit_CircuitPython_MPL115A2#14 from FoamyGuy/type_annotations

Updating https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer to 4.5.10 from 4.5.9:
  > Merge pull request adafruit/Adafruit_CircuitPython_HTTPServer#98 from michalpokusa/video-streaming-example

Updating https://github.com/adafruit/Adafruit_CircuitPython_miniQR to 2.1.4 from 2.1.3:
  > Merge pull request adafruit/Adafruit_CircuitPython_miniQR#30 from FoamyGuy/use_ruff
  > Merge pull request adafruit/Adafruit_CircuitPython_miniQR#29 from FoamyGuy/type_annotations

Updating https://github.com/adafruit/Adafruit_CircuitPython_turtle to 3.1.0 from 3.0.2:
  > Merge pull request adafruit/Adafruit_CircuitPython_turtle#42 from FoamyGuy/standard_color_docs
  > Merge pull request adafruit/Adafruit_CircuitPython_turtle#43 from FoamyGuy/mode_default

Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
  > Updated download stats for the libraries
@michalpokusa michalpokusa deleted the video-streaming-example branch December 20, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for "multipart/x-mixed-replace" (for streaming video)
2 participants