We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0164434 commit b13b3b5Copy full SHA for b13b3b5
services/autorust/codegen/src/codegen_operations.rs
@@ -706,6 +706,7 @@ impl HeaderCode {
706
("string", Some("byte")) => Ok(TypeName::String), // base64-encoded
707
("string", Some("duration")) => Ok(TypeName::String),
708
("string", Some("uuid")) => Ok(TypeName::String),
709
+ ("string", Some("uri")) => Ok(TypeName::String),
710
("string", Some("date-time-rfc1123")) => Ok(TypeName::DateTimeRfc1123),
711
("integer", None) => Ok(TypeName::Int32),
712
("integer", Some("int32")) => Ok(TypeName::Int32),
0 commit comments