Is there any Ruby library that supports HTTP Digest?

579 Views Asked by At

Is there any Ruby library that supports HTTP Digest?

2

There are 2 best solutions below

0
On BEST ANSWER

httparty has just been patched to work correctly with HTTP Digest.

0
On

The httpclient library on github seems to support it although I have not used it myself.

If you are developing a Rails application then Digest is now supported within the framework.