feat: hoppscotch agent and agent interceptor (#4396)
Co-authored-by: CuriousCorrelation <CuriousCorrelation@gmail.com> Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
@@ -8,6 +8,7 @@ import { browserInterceptor } from "@hoppscotch/common/platform/std/interceptors
|
||||
import { proxyInterceptor } from "@hoppscotch/common/platform/std/interceptors/proxy"
|
||||
import { ExtensionInspectorService } from "@hoppscotch/common/platform/std/inspections/extension.inspector"
|
||||
import { ExtensionInterceptorService } from "@hoppscotch/common/platform/std/interceptors/extension"
|
||||
import { AgentInterceptorService } from "@hoppscotch/common/platform/std/interceptors/agent"
|
||||
import { stdFooterItems } from "@hoppscotch/common/platform/std/ui/footerItem"
|
||||
import { stdSupportOptionItems } from "@hoppscotch/common/platform/std/ui/supportOptionsItem"
|
||||
import { browserIODef } from "@hoppscotch/common/platform/std/io"
|
||||
@@ -32,6 +33,7 @@ createHoppApp("#app", {
|
||||
{ type: "standalone", interceptor: browserInterceptor },
|
||||
{ type: "standalone", interceptor: proxyInterceptor },
|
||||
{ type: "service", service: ExtensionInterceptorService },
|
||||
{ type: "service", service: AgentInterceptorService },
|
||||
],
|
||||
},
|
||||
additionalInspectors: [
|
||||
|
||||
Reference in New Issue
Block a user