Skip to content

Commit 4043909

Browse files
jukkarnashif
authored andcommitted
net: http: Remove HTTP client and server APIs
The old legacy APIs use net-app library and as that is being removed, then the dependencies need to be removed also. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 1cba016 commit 4043909

File tree

31 files changed

+0
-5166
lines changed

31 files changed

+0
-5166
lines changed

doc/api/networking.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,6 @@ DNS Resolve
210210
.. doxygengroup:: dns_resolve
211211
:project: Zephyr
212212

213-
HTTP
214-
====
215-
216-
.. doxygengroup:: http
217-
:project: Zephyr
218-
219213
TLS credentials
220214
***************
221215

doc/subsystems/networking/overview.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ can be disabled if not needed.
5555
configuration options for sockets API. Secure functions for the implementation
5656
are provided by mbedTLS library.
5757

58-
* **HTTP** Hypertext Transfer Protocol (RFC 2116) is supported. A simple
59-
library is provided that applications can use. Sample applications are
60-
implemented for :ref:`http-client-sample` and :ref:`http-server-sample`.
61-
Both :ref:`http-client-sample` and :ref:`http-server-sample` can use
62-
TLS (Transport Layer Security) v1.2 (RFC 5246) or SSL (Secure Sockets
63-
Layer) v3.0 (RFC 6101) functionality to encrypt the network traffic.
64-
The secured connections are provided by mbed library.
65-
6658
* **MQTT** Message Queue Telemetry Transport (ISO/IEC PRF 20922) is supported.
6759
A sample :ref:`mqtt-publisher-sample` client application for MQTT v3.1.1 is
6860
implemented.

0 commit comments

Comments
 (0)