MCPcopy Create free account
hub / github.com/astuyve/lambda-stream / setContentType

Method setContentType

src/ResponseStream.ts:27–29  ·  view source on GitHub ↗
(contentType: string)

Source from the content-addressed store, hash-verified

25 }
26
27 setContentType(contentType: string) {
28 this._contentType = contentType
29 }
30
31 setIsBase64Encoded(isBase64Encoded: boolean) {
32 this._isBase64Encoded = isBase64Encoded

Callers 2

myHandlerFunction · 0.80
myHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected