depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-27
fix(lib): Support large body uploads with repeated read callbacks
Vincent Ambo
1
-12
/
+24
2019-02-26
refactor: Add a method per HTTP verb on `Request`
Vincent Ambo
1
-9
/
+25
2019-02-26
feat: Introduce `Response::error_for_status` method
Vincent Ambo
1
-1
/
+15
2019-02-26
feat: Re-export the `curl::init` method
Vincent Ambo
1
-0
/
+9
2019-02-26
feat: Add `Request::with_handle` method
Vincent Ambo
1
-0
/
+21
2019-02-26
feat: Add `Request::timeout` method
Vincent Ambo
1
-0
/
+8
2019-02-26
refactor: Use cURL's own basic auth implementation
Vincent Ambo
1
-17
/
+13
2019-02-26
chore: License under GPL-3.0-or-later
Vincent Ambo
1
-0
/
+17
2019-02-26
feat: Split `tls_key_password` into a separate function
Vincent Ambo
1
-8
/
+11
2019-02-26
feat: Add utility functions for TLS client certificate usage
Vincent Ambo
1
-0
/
+45
2019-02-26
docs(lib): Document available features and update example
Vincent Ambo
1
-7
/
+20
2019-02-26
feat: Add optional `Request::basic_auth` utility function
Vincent Ambo
1
-0
/
+10
2019-02-26
feat: Add Response::is_success utility method
Vincent Ambo
1
-0
/
+8
2019-02-26
feat: Add `bearer_auth` helper function
Vincent Ambo
1
-1
/
+8
2019-02-26
feat: Add support for form-encoded POST bodies
Vincent Ambo
1
-8
/
+57
2019-02-26
refactor: Move URL & method configuration to send()
Vincent Ambo
1
-16
/
+20
2019-02-26
docs(lib): Update docstrings for rustdoc output
Vincent Ambo
1
-19
/
+63
2019-02-26
fix: Correctly configure body sizes before setting read_function
Vincent Ambo
1
-8
/
+15
2019-02-26
refactor: Use `mut self`-consuming builder functions
Vincent Ambo
1
-5
/
+4
2019-02-26
refactor: Introduce `json` feature and make it optional
Vincent Ambo
1
-5
/
+12
2019-02-26
feat: Support JSON body serialization in requests & responses
Vincent Ambo
1
-13
/
+64
2019-02-26
feat: Initial check-in of working client layer
Vincent Ambo
1
-0
/
+162