ee13d65420
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. |
||
---|---|---|
.. | ||
src/main/java/com/microsoft/thrifty | ||
README.md | ||
TestThrift.thrift | ||
build.gradle |
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