Richard Whitehouse
4538db92a2
[Rust Server] Support parameters correctly in response headers ( #3669 )
...
[Rust Server] Compile responses with headers
* Add test for response with headers
* Update samples
2019-09-15 15:54:38 +01:00
Richard Whitehouse
44fda895d2
[Rust Server] Frunk - LabelledGeneric - support ( #3552 )
...
Derive the LabelledGeneric trait on Swagger models. This allows
conversion between structurally similar types by using
https://docs.rs/frunk/0.2.2/frunk/#transmogrifying .
Exit if example fails to run
2019-08-17 11:03:38 +01:00
Richard Whitehouse
6963e5eeb0
[Rust Server] Support multipart/form_data request bodies ( #2846 )
...
[Rust Server] Support multipart/form_data
- Support multipart/form_data in the Rust Server
- Add a new test API to test the change.
- Update the examples to match
2019-08-04 12:54:24 +01:00
Richard Whitehouse
31734c2717
[Rust Server] Support octet stream body param ( #2725 )
...
Add support for having a required octet stream as a body parameter.
2019-05-07 18:45:07 +08:00
William Cheng
c4563009c7
update rust server samples
2019-04-22 22:27:55 +08:00
William Cheng
8408e0235b
Revert "update rust samples"
...
This reverts commit f83d09fc01 .
2019-04-22 22:26:33 +08:00
William Cheng
f83d09fc01
update rust samples
2019-04-22 21:57:31 +08:00
William Cheng
fab980cf79
update samples
2019-04-22 13:57:59 +08:00
Richard Whitehouse
f14bac8d7d
[Rust Server] Improve XML support ( #2504 )
...
- Restore XML namespace support
- Remove non snake case rust warning for xml wrap_in methods
- Add XML rust-server tests
- Fix wrapping XML arrays when a property of another object
- Run all tests, not just those for OpenAPI 2.0
- Force wrapping for rust-server
2019-04-22 12:05:40 +08:00