package
Version:
v0.0.0-...-b2de7ae
Opens a new window with list of versions in this module.
Published: Nov 29, 2024
License: MIT
Opens a new window with license information.
Imports: 32
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type URLDecodedData struct {
Scheme string `yaml:"Scheme"`
Host string `yaml:"Host"`
Path string `yaml:"Path"`
QueryArgs []struct {
Key string `yaml:"Key"`
Value string `yaml:"Value"`
} `yaml:"QueryArgs"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.