DetectBinaryBody

OpenWhisk Base64 encodes Binary requests and responses when they are sent to the deployed Function. This interface allows for custom implementations of that logic, which might be required if your function supports more than one endpoint (with mixed request/response types).

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun isBinary(request: Request): Boolean
abstract fun isBinary(request: Response): Boolean