This commit is contained in:
Ashita Prasad
2024-11-30 17:28:48 +05:30
parent 7310891f32
commit 8197a9c2c8
3 changed files with 319 additions and 210 deletions

View File

@ -102,7 +102,7 @@ class Codegen {
return RustReqwestCodeGen().getCode(rM);
case CodegenLanguage.rustUreq:
return RustUreqCodeGen().getCode(rM, boundary: boundary);
case CodegenLanguage.swiftUrlsession:
case CodegenLanguage.swiftUrlSession:
return SwiftURLSessionCodeGen().getCode(rM);
case CodegenLanguage.phpGuzzle:
return PhpGuzzleCodeGen().getCode(rM);