mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
e8cd85256d
commit
c6a372ec43
1 changed files with 2 additions and 1 deletions
|
@ -421,8 +421,9 @@ Quotations combined with the collection API offers some high level control struc
|
|||
There is basic support getting an url or posting a form.
|
||||
|
||||
```forth
|
||||
http-get ( url -- response-body http-code )
|
||||
http-get ( url -- response-body http-code )
|
||||
http-post ( map url -- response-body http-code )
|
||||
http-put ( map url -- response-body http-code )
|
||||
```
|
||||
|
||||
For example:
|
||||
|
|
Loading…
Reference in a new issue