webstat

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2020 License: MIT Imports: 3 Imported by: 0

README

webstat go.dev reference

Check if the given page is online or off.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckExist

func CheckExist(url string) (ok bool, err error)

CheckExist checks if the given url on the site exists, or returns error if the site is missing or blocked.

func CheckExistWithClient

func CheckExistWithClient(cli *http.Client, url string) (ok bool, err error)

CheckExistWithClient checks if the given url on the site exists with the given client, or returns error if the site is missing or blocked.

Types

This section is empty.

Jump to

Keyboard shortcuts

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