Skip to content

Commit

Permalink
add readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
dobokirisame committed Mar 26, 2018
1 parent 630010a commit d485a71
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# QtHttpRequests



----------
Simple Qt-based library to work with http request methods.
Right now contains GET, POST, PUT and DEL requests and Request sender class to work with this requests.

License: MIT




----------
> **Build instruction**
>
>qmake ./src.pro
>make
>

0 comments on commit d485a71

Please sign in to comment.