Onur Satici
Results
23
comments of
Onur Satici
Thanks for having a look, it looks neat. I think I can have a look at this next week, and add the tests for generic types other than dataclasses. Or...
ah I see, yea that makes sense. Sure I can wait, thanks for doing this
You can still allow http by using `HttpClient::from_builder`, here is an example for creating an s3 client that uses http to connect to a localstack container ```rust fn s3_client(local_port: u16)...