Documentation
    Preparing search index...

    Namespace PlainFetcher

    Utility class for fetch functions used in @nestia/sdk.

    PlainFetcher is a utility class designed for SDK functions generated by @nestia/sdk, interacting with the remote HTTP sever API. In other words, this is a collection of dedicated fetch() functions for @nestia/sdk.

    For reference, PlainFetcher class does not encrypt or decrypt the body data at all. It just delivers plain data without any post processing. If you've defined a controller method through @EncryptedRoute or @EncryptedBody decorator, then {@liink EncryptedFetcher} class would be used instead.

    Jeongho Nam - https://github.com/samchon

    Functions

    fetch
    propagate