feat: Rename parse_uri.sh to uri.sh

This commit is contained in:
ge
2022-05-14 01:07:01 +03:00
parent efd493bc3f
commit 68b4def813
3 changed files with 24 additions and 23 deletions

View File

@ -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