class URL_PARAMETER

(source code)

Description

Url parameter

note
	description: "Url parameter"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2023-06-24 14:21:39 GMT (Saturday 24th June 2023)"
	revision: "6"

class
	URL_PARAMETER

inherit
	VALUE_PARAMETER
		rename
			item as url
		end

create
	make

end