Currently `request.bodyParams` returns an empty map on DELETE requests. This is because DELETE request deserializers are ignored here: https://github.com/wasabifx/wasabi/blob/master/wasabi-core/src/main/kotlin/org/wasabifx/wasabi/protocol/http/HttpRequestHandler.kt#L47 is this intentional?