cartman icon indicating copy to clipboard operation
cartman copied to clipboard

Source code uses term "query string" improperly

Open ryandesign opened this issue 8 years ago • 0 comments

The source code is confusing because it uses the term "query string" to refer to the portion after the hostname and before the "?". This is commonly referred to as the "path". The "query string" is commonly everything that follows the "?". See https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Syntax

ryandesign avatar Aug 28 '16 00:08 ryandesign