Home > @poq/proxy-middleware > ProxyMiddlewareFactory
Factory creates proxy middleware.
Signature:
export declare class ProxyMiddlewareFactory
Proxy middleware helps to bypass request to the platform without specifing complex handler based on sdk or else.
Method | Modifiers | Description |
---|---|---|
create(options) | static |
Method creates proxy middleware to bypass requests from intermediate server to Poq platform. |
createPureProxyMiddleware(options) | static |
Method creates simple proxy middleware to bypass requests from intermediate server to Poq platform. |