Documentation
¶
Index ¶
- type FastAPILibrary
- func (fastapiLib *FastAPILibrary) BodyIndicators() []string
- func (fastapiLib *FastAPILibrary) HeaderIndicators() map[string][]string
- func (fastapiLib *FastAPILibrary) Name() *webscan.AppFingerprintResourceModule
- func (fastapiLib *FastAPILibrary) Paths() []string
- func (fastapiLib *FastAPILibrary) RequestParams() (common.HttpMethod, common.RequestParams)
- type NextJsLibrary
- func (ngLib *NextJsLibrary) BodyIndicators() []string
- func (ngLib *NextJsLibrary) HeaderIndicators() map[string][]string
- func (ngLib *NextJsLibrary) Name() *webscan.AppFingerprintResourceModule
- func (ngLib *NextJsLibrary) Paths() []string
- func (ngLib *NextJsLibrary) RequestParams() (common.HttpMethod, common.RequestParams)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FastAPILibrary ¶ added in v0.0.61
type FastAPILibrary struct{}
func (*FastAPILibrary) BodyIndicators ¶ added in v0.0.61
func (fastapiLib *FastAPILibrary) BodyIndicators() []string
func (*FastAPILibrary) HeaderIndicators ¶ added in v0.0.61
func (fastapiLib *FastAPILibrary) HeaderIndicators() map[string][]string
func (*FastAPILibrary) Name ¶ added in v0.0.61
func (fastapiLib *FastAPILibrary) Name() *webscan.AppFingerprintResourceModule
func (*FastAPILibrary) Paths ¶ added in v0.0.61
func (fastapiLib *FastAPILibrary) Paths() []string
func (*FastAPILibrary) RequestParams ¶ added in v0.0.61
func (fastapiLib *FastAPILibrary) RequestParams() (common.HttpMethod, common.RequestParams)
type NextJsLibrary ¶
type NextJsLibrary struct{}
func (*NextJsLibrary) BodyIndicators ¶
func (ngLib *NextJsLibrary) BodyIndicators() []string
func (*NextJsLibrary) HeaderIndicators ¶
func (ngLib *NextJsLibrary) HeaderIndicators() map[string][]string
func (*NextJsLibrary) Name ¶
func (ngLib *NextJsLibrary) Name() *webscan.AppFingerprintResourceModule
func (*NextJsLibrary) Paths ¶
func (ngLib *NextJsLibrary) Paths() []string
func (*NextJsLibrary) RequestParams ¶
func (ngLib *NextJsLibrary) RequestParams() (common.HttpMethod, common.RequestParams)
Click to show internal directories.
Click to hide internal directories.