1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add cookie response to server class References #2 More... over 10 years ago
Add cookie methods to session and util References #2 More... over 10 years ago
Add cookie class References #2 More... over 10 years ago
Increase coverage More... over 10 years ago
Move url encode into the utility class More... over 10 years ago
Add explicit rvalue reference parameter as an optimization More... over 10 years ago
Add async tests More... over 10 years ago
Fix memory leak More... over 10 years ago
Use generic interface for api to allow for all permutations of arguments Closes #6 More... over 10 years ago
Separate parameter and url interface into their own methods More... over 10 years ago
Move parameter into its own class More... over 10 years ago
Move timeout into its own header More... over 10 years ago
Use templated by-value passing to get the semantics and optimizations we want More... over 10 years ago
Scale down test since the embedded server is a bottleneck More... over 10 years ago
Remove bad test More... over 10 years ago
The parameters now have their order preserved More... over 10 years ago
Use MIT license to be consistent with the libcurl license More... over 10 years ago
Implement digest authentication Closes #3 More... over 10 years ago
Add test for digest authentication scheme References #3 More... over 10 years ago
Add digest endpoint for test server References #3 More... over 10 years ago
Copy the payload and multipart data only if they're temporary More... over 10 years ago
Add digest class References #3 More... over 10 years ago
Remove unnecessary instruction More... over 10 years ago
Update README.md More... over 10 years ago
Increase test coverage of post methods Closes #17 More... over 10 years ago
Remove bonus print More... over 10 years ago
Allow sending multipart data and files with tests Closes #1 References #17 More... over 10 years ago
Compile multipart class More... over 10 years ago
Add server form post function More... over 10 years ago
Add multipart class More... over 10 years ago