Commit Graph

9 Commits

Author SHA1 Message Date
Joshua M. Clulow 8ad09386a7
code generation fixes after 03e2cfad3c (#124) 2022-07-15 13:59:09 -07:00
Adam Leventhal 5a72e1b8e7
add ByteStream::new (#128)
also gussy up progenitor-client docs
2022-07-15 10:42:06 -07:00
Joshua M. Clulow 6ca5670819
ResponseValue could expose Content-Length (#123) 2022-07-14 22:34:50 -07:00
Joshua M. Clulow 144ef6b9f3
allow ResponseValue<ByteStream> to transfer ownership of interior Stream (#125) 2022-07-14 22:33:17 -07:00
Adam Leventhal 236efadeee
improve panic/unwrap message for user-typed errors (#110) 2022-07-08 11:24:37 -07:00
Adam Leventhal 03e2cfad3c
add support for application/x-www-form-urlencoded bodies (#109)
* add support for application/x-www-form-urlencoded bodies

* self review

* alphabetizing

* remove commented code

* update changelog
2022-07-07 18:35:36 -07:00
Adam Leventhal 9b28ac87c6
add an optional builder pattern as well as extension traits for tags when using the builder interface (#86) 2022-07-02 19:09:38 -07:00
Adam Leventhal eec8526ba5
cleanup and documentation (#67) 2022-05-21 18:00:05 -07:00
Adam Leventhal 30d64120af
remove cross-package file dependency by adding progenitor_client::code() (#52) 2022-05-13 10:26:22 -07:00