Skip to content

Commit

Permalink
pytonik curl
Browse files Browse the repository at this point in the history
  • Loading branch information
pytonik committed Feb 27, 2020
1 parent ece3248 commit 229ae8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Get excepted information from ``result``

We recommend you to install pytonik package using Terminal or Command Line Window

```$ pip install pytonik-curl=1.0 ```
```$ pip install pytonik-curl=2.0 ```

**Import Module**

Expand All @@ -40,6 +40,7 @@ We recommend you to install pytonik package using Terminal or Command Line Windo
URL #accept url link
HTTPHEADER #httpheader application/x-www-form-urlencoded etc.
CONTENTHEADER #accept text/plain, html/plain etc.
HEADER #accept {'Accept': 'Value'}etc.
TIMEOUT #accept
POSTFIELDS #accept dictionary formate {name: example, next: testing}
POST #accept folder or url part / or /mypath
Expand Down Expand Up @@ -90,7 +91,7 @@ print(cl.status, cl.reason, cl.result('utf-8'))
```

## Contact
**Contact**

**Name:** Pytonik MVC

Expand Down

0 comments on commit 229ae8f

Please sign in to comment.