我正在解析 C 中的 http 标头,需要从完整的 url 中减去主机名。
我设法获得了完整的 url ( http://www.example.com/hello.html ) 和路径名 (hello.html) 但不能减去 (full url - path name) 主机名 (example.com) .
Example full url: http://www.example.com/hello.html - DONE
host name: example.com - TODO
path name: /hello.html - DONE
任何帮助,将不胜感激。谢谢