anaskhan96/soup

Add a Post() function

gtmtech opened this issue · 2 comments

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

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

@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?