Is there a way to load the POST body without speci...
# ktor
m
Is there a way to load the POST body without specifying the exact format, e.g. for Github webhooks, which post different formats? Or would I have to parse it manually
c