Skip to content

PURISTA API


PURISTA API / @purista/core / AgentHttpExposure

Type Alias: AgentHttpExposure

AgentHttpExposure = object

Defined in: AgentQueueBuilder/types.ts:137

Properties

method

method: SupportedHttpMethod

Defined in: AgentQueueBuilder/types.ts:138


path

path: string

Defined in: AgentQueueBuilder/types.ts:139


public?

optional public?: boolean

Defined in: AgentQueueBuilder/types.ts:141


requestContentType?

optional requestContentType?: string

Defined in: AgentQueueBuilder/types.ts:142


responseContentType?

optional responseContentType?: string

Defined in: AgentQueueBuilder/types.ts:143


streamingMode?

optional streamingMode?: "stream" | "aggregate"

Defined in: AgentQueueBuilder/types.ts:140