Commit Graph

11 Commits

Author SHA1 Message Date
Joshua M. Clulow 144ef6b9f3
allow ResponseValue<ByteStream> to transfer ownership of interior Stream () 2022-07-14 22:33:17 -07:00
Adam Leventhal 236efadeee
improve panic/unwrap message for user-typed errors () 2022-07-08 11:24:37 -07:00
Adam Leventhal 03e2cfad3c
add support for application/x-www-form-urlencoded bodies ()
* 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 () 2022-07-02 19:09:38 -07:00
Adam Leventhal eec8526ba5
cleanup and documentation () 2022-05-21 18:00:05 -07:00
Adam Leventhal 30d64120af
remove cross-package file dependency by adding progenitor_client::code() () 2022-05-13 10:26:22 -07:00
Adam Leventhal b7bbb5cdff
update ByteStream type to include Pin () 2022-03-16 13:30:49 -07:00
Adam Leventhal ea80069ef3
Handle byte streams for both success and error responses () 2022-03-15 16:11:47 -07:00
Adam Leventhal 39b1d9107d
add helper functions to Error and ResponseValue () 2022-02-23 21:07:30 -08:00
Adam Leventhal 25192b5dc1
Add a wrapper types for success and error responses () 2022-02-08 08:59:38 -08:00
Adam Leventhal 7934be90b9
a variety of improvements to support omicron clients ()
- add the start of a client support crate
- add support for pre/post request hooks with consumer-specific data
- suggest type names for parameter and response types in case those
  types are unnamed
- handle more reference types by resolving them properly
- improve optional parameter generation
2021-10-29 07:16:39 -07:00