Merge branch 'main' into add-rust-actix-codegen

This commit is contained in:
Ashita Prasad
2024-03-12 20:22:50 +05:30
committed by GitHub
5 changed files with 1228 additions and 1 deletions

View File

@ -266,6 +266,7 @@ enum CodegenLanguage {
har("HAR", "json", "har"),
dartHttp("Dart (http)", "dart", "dart"),
dartDio("Dart (dio)", "dart", "dart"),
goHttp("Go (http)", "go", "go"),
jsAxios("JavaScript (axios)", "javascript", "js"),
jsFetch("JavaScript (fetch)", "javascript", "js"),
nodejsAxios("node.js (axios)", "javascript", "js"),