plambdapi icon indicating copy to clipboard operation
plambdapi copied to clipboard

Implement hash URL fragment

Open berislavlopac opened this issue 7 years ago • 0 comments

PEP 503 states:

The URL SHOULD include a hash in the form of an URL fragment with the following syntax: #<hashname>=<hashvalue>, where <hashname> is the lowercase name of the hash function (such as sha256) and <hashvalue> is the hex encoded digest.

berislavlopac avatar Sep 04 '17 20:09 berislavlopac