thrifty/thrifty-test-server
Ben Bader ee13d65420
Add HttpTransport, async clients to iOS (#543)
This PR makes the newly-added HttpTransport into expect/actual types, with a new implementation for iOS. This in turn required quite a bit of work to set up testing, and uncovered what seems to be a kotlinc type-inference bug that I've worked around here by changing the kotlin code generator a little bit.
2023-11-01 10:06:46 -06:00
..
src/main/java/com/microsoft/thrifty Add HttpTransport, async clients to iOS (#543) 2023-11-01 10:06:46 -06:00
README.md thrift 0.10.0 (#149) 2017-07-16 13:04:35 -07:00
TestThrift.thrift Implement default values for unions (#308) 2019-04-19 22:36:32 -07:00
build.gradle Add http transport (#449) 2023-10-11 22:07:42 -06:00

README.md

thrifty-test-server

A configurable server based on the TestThrift.thrift test data, used for conformance tests in thrifty-integration-tests.

The generated code can be updated with thrift -out thrifty-test-server/src/main/java --gen java thrifty-test-server/TestThrift.thrift