mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-12 20:01:25 +01:00
Update README.md
This commit is contained in:
parent
e8cd85256d
commit
c6a372ec43
1 changed files with 2 additions and 1 deletions
|
@ -423,6 +423,7 @@ There is basic support getting an url or posting a form.
|
||||||
```forth
|
```forth
|
||||||
http-get ( url -- response-body http-code )
|
http-get ( url -- response-body http-code )
|
||||||
http-post ( map url -- response-body http-code )
|
http-post ( map url -- response-body http-code )
|
||||||
|
http-put ( map url -- response-body http-code )
|
||||||
```
|
```
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
Loading…
Reference in a new issue