anaskhan96 / soup

Web Scraper in Go, similar to BeautifulSoup
MIT License
2.18k stars 168 forks source link

Add a Post() function #32

Closed gtmtech closed 4 years ago

gtmtech commented 5 years ago

Great project, but only supports HTTP Get? Would be awesome to have Post too.

anaskhan96 commented 5 years ago

That's a good idea! Will implement it soon. You're free to submit a PR too :)

ghostlandr commented 4 years ago

@gtmtech do you have an example use case for a site that accepts a Post request and returns HTML? Do you plan to post to a form and read the results using soup?