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.
Utility class for
fetchfunctions used in@nestia/sdk.PlainFetcheris 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 dedicatedfetch()functions for@nestia/sdk.For reference,
PlainFetcherclass 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@EncryptedRouteor@EncryptedBodydecorator, then {@liink EncryptedFetcher} class would be used instead.Author
Jeongho Nam - https://github.com/samchon