Package-level declarations
Types
Link copied to clipboard
interface 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).
Link copied to clipboard
class OpenWhiskFunction(appLoader: AppLoader, detectBinaryBody: DetectBinaryBody = NonBinary) : Function1<JsonObject, JsonObject>