Utility class for fetch functions used in @nestia/sdk with encryption.
EncryptedFetcher is a utility class designed for SDK functions generated by
@nestia/sdk, interacting with the remote
HTTP API encrypted by AES-PKCS algorithm. In other words, this is a
collection of dedicated fetch() functions for @nestia/sdk with
encryption.
For reference, EncryptedFetcher class being used only when target
controller method is encrypting body data by @EncryptedRoute or
@EncryptedBody decorators. If those decorators are not used,
PlainFetcher class would be used instead.
Utility class for
fetchfunctions used in@nestia/sdkwith encryption.EncryptedFetcheris a utility class designed for SDK functions generated by@nestia/sdk, interacting with the remote HTTP API encrypted by AES-PKCS algorithm. In other words, this is a collection of dedicatedfetch()functions for@nestia/sdkwith encryption.For reference,
EncryptedFetcherclass being used only when target controller method is encrypting body data by@EncryptedRouteor@EncryptedBodydecorators. If those decorators are not used, PlainFetcher class would be used instead.Author
Jeongho Nam - https://github.com/samchon