Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_HTTPServer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.6
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_HTTPServer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.7
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 27, 2024

  1. Add httpserver simpletest with connection manager

    Only handles setup for socketpool. Coming from requests examples I'm more used to seeing connection manager handle the pool now. It might be good for consistency to role out connection manager for all examples but I'll leave that up to you.
    DJDevon3 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2f1c484 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. removed unused ssl_context

    Changed ssid and password env's to match the simpletest_manual example.
    DJDevon3 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    863ac1e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge pull request #91 from DJDevon3/DJDevon3-CMSimpleTest

    Add httpserver simpletest with connection manager
    FoamyGuy authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4cc9503 View commit details
    Browse the repository at this point in the history
Loading