From 479624fdb8fecd00799db6cce1c9de138463cb1e Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Tue, 13 Dec 2016 18:19:02 +0100 Subject: inets: httpc - patch method missing in doc --- lib/inets/doc/src/httpc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/inets/doc') diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml index 705afec022..4217b3c4fb 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -83,7 +83,7 @@ HTTP DATA TYPES

Type definitions related to HTTP:

-

method() = head | get | put | post | trace | options | delete

+

method() = head | get | put | post | trace | options | delete | patch

request()

= {url(), headers()}

-- cgit v1.2.3