requests

package
v0.0.0-...-9c18214 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	Url     []string `xml:"url"`
	Method  []string `xml:"method"`
	Request []string `xml:"request"`
}

type Items

type Items struct {
	XMLName xml.Name `xml:"items"`
	Item    Item     `xml:"item"`
}

the item struct, this contains our Type attribute, our urls,request

func ParseBurpFile

func ParseBurpFile(xmlfile string) (conf *Items)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL