Yoorkin/rabbit-tea/url does not have a README file
pub(all) enum Protocol {
Http
Https
Other(String)
}pub(all) struct Url {
protocol : Protocol
host : String
port : Int?
path : String
query : String?
fragment : String?
} https://example.com:8042/over/there?name=ferret#nose
\___/ \______________/\_________/ \_________/ \__/
| | | | |
scheme authority path query fragmentimpl Compare for UrlRequestimpl Eq for UrlRequestimpl Show for UrlRequestTEA web UI framework for MoonBit
Dependencies