Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/pkg/protocols/common/contextargs/doc.go
2072 views
1
// Package contextargs implements a generic entity for shared context within workflows
2
//
3
// All templates within a workflow shares the same cookiejar and a key-value store with shared items
4
package contextargs
5
6