README.md only shows how to parse an already HTTP packet but...how to create and send it with this library?
Thanks!
Well...it seems this project is pretty abandoned seeing the lack of response...
:_-(
Try send() I guess?
Thanks, but how can I create the packet first? package=IP(dst="www.google.com")/TCP()/HTTP("Host:www.google.com") doesn't seems to work.
Hi It seems that 'scapy_http' was made to analyze http packages instead of sending them. In 'scapy' the argument 'dst' requires an IPv4 address I guess. Maybe you should ask the author for help.
Thaks @FeverKing. Well, I opened this issue more than one year ago and there's no answer...so I haven't many expectations about the author. Let's see in the future.
P.S: In Scapy the argument "dst" can have a domain name, too.