I want to find request body for example
# ktor
w
I want to find request body for example
o
@Deactivated User I think we are missing on basic
receive
and
respond
functions in docs
d
Should I put that in the Application section? Or in a new section about Requests/Responses?
o
I think it needs to be separate sections , one for receiving data (call.receive, query and post parameters, typical cases) and one for sending data (responding with text, json, etc)
👍 1
d
👍 I just had a déjà vu about writting about this, but just remembered that it was the http://ktor.io/clients/http-client.html section 🙂 So yes, going to work on that