feat: Rename parse_uri.sh to uri.sh
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
# parse_uri.sh - URI parser function (mostly compatible with RFC3986).
|
||||
# uri.sh - URI processing functions.
|
||||
# Copyright (c) 2022 ge <https://nixhacks.net/>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
@ -18,7 +18,8 @@
|
||||
|
||||
parse_uri() {
|
||||
# Universal URI parser. There is fantastic shitcode, but it works.
|
||||
# Refer RFC3986: https://datatracker.ietf.org/doc/html/rfc3986
|
||||
# This parser is mostly compatible with RFC3986:
|
||||
# https://datatracker.ietf.org/doc/html/rfc3986
|
||||
# URL-encoded passwords supported.
|
||||
#
|
||||
# Usage: parse_uri URI
|
Reference in New Issue
Block a user