Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jgaa/restc-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarle Aase committed Apr 11, 2016
2 parents 935652f + 0274e1b commit 88f4647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ REST requests.
- [x] ~~Deserialization: std::vector of json native datatypes and classes~~
- [x] ~~Serialization of the above~~
- [ ] Serialization / Deserialization: std::map
- [ ] Serialization / Deserialization: std::deque
- [ ] Unit tests
- [x] ~~Url parser~~
- [x] ~~Json / C++ transformation~~
Expand All @@ -180,7 +181,7 @@ REST requests.
- [ ] General support In HTTP Requests module
- [ ] Async from json Serialization
- [ ] Handle redirects
- [ ] Implement simple File Upload (as body)
- [x] ~~Implement simple File Upload (as body)~~
- [ ] Implement simple File Download (from body)
- [ ] Verify that it compiles with Debian Stable
- [ ] Verify that it compiles with Windows 10 / Visual Studio
Expand Down
2 changes: 1 addition & 1 deletion externals/rapidjson

0 comments on commit 88f4647

Please sign in to comment.