golang-github-davidmytton-url-verifier 1.0.0-1 source package in Ubuntu

Changelog

golang-github-davidmytton-url-verifier (1.0.0-1) unstable; urgency=medium

  * Initial release (Closes: #1059741)

 -- Maytham Alsudany <email address hidden>  Sun, 31 Dec 2023 17:37:30 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-davidmytton-url-verifier_1.0.0-1.dsc 2.4 KiB 218b70c5fc42e6396c959540a8fd4fffc71cdeee10af3762f8460ca466eea092
golang-github-davidmytton-url-verifier_1.0.0.orig.tar.gz 8.1 KiB 0209270061f8e424254bb076426f31f43ac54f12a162fc1a8bacdfb3958d9d01
golang-github-davidmytton-url-verifier_1.0.0-1.debian.tar.xz 3.0 KiB 34a96fb081e47478b208635ba02cec4461a34f784aeed17a55bdc2c73d60a8d3

No changes file available.

Binary packages built by this source

golang-github-davidmytton-url-verifier-dev: Go library for URL validation and verification (library)

 url-verifier is a Go library for URL validation and verification: does this URL
 actually work?
 .
 Features:
   - URL Validation: validates whether a string is a valid URL.
   - Different Validation Types: validates whether the URL is valid according
     to a "human" definition of a correct URL, strict compliance with RFC3986
     (Uniform Resource Identifier (URI): Generic Syntax), and/or compliance with
     RFC3986 with the addition of a schema e.g. HTTPS.
   - Reachability: verifies whether the URL is actually reachable via an HTTP
     GET request and provides the status code returned.