so I have the data from a HTTP GET request in the following way:
GET http://google.com/ HTTP/1.1
Host: google.com
Proxy-Connection: keep-alive
Cache-Control: max-age=0
etc etc
I would like extract the url next to GET and store it in a variable..looked through some stuff on the net but can't find a solid way of doing it. Anyone got any suggestions?