Lines Matching full:http
1 .. zephyr:code-sample:: sockets-http-client
2 :name: HTTP Client
5 Implement an HTTP(S) client that issues a variety of HTTP requests.
10 This sample application implements an HTTP(S) client that will do an HTTP
11 or HTTPS request and wait for the response from the HTTP server.
27 Build the http-client sample application like this:
54 The default certificates used by Socket HTTP Client and ``https-server.py``
59 Running http-server in Linux Host
62 You can run this ``http-client`` sample application in QEMU
63 and run the ``http-server.py`` (from net-tools) on a Linux host.
71 $ ./http-server.py
73 Run ``http-client`` application in QEMU:
83 Note that ``http-server.py`` must be running in the Linux host terminal window
84 before you start the http-client application in QEMU.