Commit 6b69273
authored
[Rust] Add support for native-tls and rustls-tls Cargo features for the reqwest library (#21925)
* feat(rust): add the native-tls (default) and rustls Cargo features for `reqwest`
* refactor(rust): rename the `rustls` Cargo feature to follow the ecosystem naming convention1 parent ee4cb9a commit 6b69273
File tree
19 files changed
+664
-5
lines changed- modules/openapi-generator/src/main/resources/rust
- samples/client
- others/rust
- reqwest-regression-16119
- reqwest
- api-with-ref-param
- composed-oneof
- emptyObject
- oneOf-array-map
- oneOf-reuseRef
- oneOf
- petstore/rust
- reqwest-trait/petstore
- reqwest
- name-mapping
- petstore-async-middleware
- petstore-async-tokensource
- petstore-async
- petstore-avoid-box
- petstore-awsv4signature
- petstore-model-name-prefix
- petstore
- test-duplicates
19 files changed
+664
-5
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
| |||
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
109 | | - | |
| 114 | + | |
110 | 115 | | |
111 | 116 | | |
112 | 117 | | |
| |||
0 commit comments