hosanna-ui-docs - v0.9.0
    Preparing search index...

    HttpCommands provides async HTTP request handlers for GET, POST, PATCH, PUT, DELETE, and HEAD methods.

    • Integrates with the async command system for HTTP operations.
    • Supports mock responses for testing via developer utilities.
    • Uses dependency injection for fetch and developer utilities.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    developerUtils: IDeveloperUtils

    Injected developer utilities for debugging and mock responses.

    handlerMap: Record<string, string>

    Map of command handler names to method names.

    hsFetch: HsFetch

    Injected HTTP fetch utility for async operations.

    manager: IAsyncManager

    Reference to the async manager for command completion and cancellation.

    Methods

    post