Package-level declarations

Types

Link copied to clipboard

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>

Properties

Link copied to clipboard
val OW_REQUEST_KEY: RequestLens<JsonObject>