esp-idf/examples/protocols/http_request
Tomas Sebestik f658e19d91 Add longer dut.expect timeout DNS -> 30s 2021-05-31 17:40:54 +02:00
..
main Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt examples/protocols/http(s,2)_request: use common network component 2019-04-15 03:32:05 +00:00
Makefile Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
README.md Moved examples to new folders / categories. Removed example numbers from example names 2017-01-16 23:08:35 +01:00
example_test.py Add longer dut.expect timeout DNS -> 30s 2021-05-31 17:40:54 +02:00
sdkconfig.ci http_request_example: Added example test 2021-03-16 09:55:01 +05:30

README.md

HTTP Request Example

Uses a POSIX socket to make a very simple HTTP request.

See the README.md file in the upper level 'examples' directory for more information about examples.