Documentation
¶
Overview ¶
Package insertionpoint analyzes requests and generates insertion points
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InsertionPoint ¶
InsertionPoint is a point in an http request where a payload can be injected
func NewInsertionPoint ¶
func NewInsertionPoint( n string, p Point, ) InsertionPoint
NewInsertionPoint creates a new InsertionPoint
type InsertionPoints ¶
type InsertionPoints []InsertionPoint
InsertionPoints slice of InsertionPoint objects
func NewInsertionPoints ¶
func NewInsertionPoints( resp *http.Response, c httpclient.HTTPClient, ) (iPts InsertionPoints, err error)
NewInsertionPoints create a slice of insertion point objects
Click to show internal directories.
Click to hide internal directories.