-
Notifications
You must be signed in to change notification settings - Fork 872
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
Add HTTP client examples #385
Add HTTP client examples #385
Conversation
59873a9
to
6110966
Compare
6110966
to
eeb4902
Compare
EDIT: done |
eeb4902
to
393374c
Compare
Depends on #460 |
393374c
to
2ca4da9
Compare
2ca4da9
to
cabe91c
Compare
d4fe759
to
1c0d38d
Compare
Oops, yes you're right. I'll fix that. GitHub doesn't seem to handle dependencies between PR's but I can assume it's merged first |
@peterharperuk got some error during compile.
|
It needs to be rebased on the tip of develop where that file exists. I've done this and pushed an update with conflicts resolved. |
98bb7d9
to
ae69772
Compare
@peterharperuk some hint to your example I would add the LEDas indicator to show if test is active or finished.
So you see directly at the LED whats going on. |
I think that this example (like all the other examples in this repo) assumes that you're able to see the |
I also think this would be confusing as the example gives you the ability to switch the led on and off. |
seems like this needs rebasing |
Examples to demonstrate HTTP, HTTPS and TLS validation Fixes raspberrypi#318
ae69772
to
ae6913a
Compare
9328bec
to
437a2e2
Compare
@kilograham ok, this could perhaps be merged now. |
Examples to demonstrate HTTP, HTTPS and TLS validation Uses the lwip HTTP client
Fixes #318