aPureBase / KGraphQL

Pure Kotlin GraphQL implementation
https://kgraphql.io
MIT License
298 stars 58 forks source link

Receive incoming content asynchronously #201

Closed rinkledink closed 1 year ago

rinkledink commented 1 year ago

Resolves #200

Use Ktor 2 receiveText() which automatically gets charset

Bas2099 commented 1 year ago

Nice work!