Update README.md

This commit is contained in:
Attila Magyar 2021-07-01 12:10:20 +02:00 committed by GitHub
parent e8cd85256d
commit c6a372ec43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -423,6 +423,7 @@ There is basic support getting an url or posting a form.
```forth
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: