data

package
v0.0.0-...-8fe63c4 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProcessedResponse

type ProcessedResponse struct {
	Requests chan Request
}

ProcessedResponse struct for all next Requests processed from a response

type Request

type Request struct {
	Path   string
	Host   string
	IP     string
	Scheme string
	Depth  int
	Key    string
}

Request representation

func MakeRequestFromURL

func MakeRequestFromURL(newURL string) (result Request, ok bool)

MakeRequestFromURL requests obtained from Server

func (*Request) URL

func (r *Request) URL() string

URL returns the clean URL for the page

type Response

type Response struct {
	Request Request
	Links   chan string
}

Response struct for all links from a response

Jump to

Keyboard shortcuts

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