URL parser which breaks a full url string up into its individual parts.
More...
#include <Url.h>
URL parser which breaks a full url string up into its individual parts.
http://pschatzmann.ch:80/path1/path2 -> protocol: http -> host: pschatzmann.ch -> port: 80 -> url: http://pschatzmann.ch:80/path1/path2 -> root: http://pschatzmann.ch:80
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ Url() [1/2]
◆ Url() [2/2]
◆ host()
◆ isSecure()
◆ parse()
◆ path()
◆ port()
◆ protocol()
◆ setUrl()
◆ url()
◆ urlRoot()
◆ hostStr
◆ pathStr
◆ portInt
◆ protocolStr
◆ urlRootStr
◆ urlStr
The documentation for this class was generated from the following file:
- src/AudioTools/Communication/HTTP/Url.h