mechanized_session 0.1.0
A gem which uses the `mechanize` gem to make it easier to execute remote requests that require an authenticated session. It allows the programmer to provide a `:login` action callback which is executed whenever mechanized_session determines that the session has gone bad or authentication is required. The programmer also provides other actions which perform useful tasks. To use this with rails, check out `acts_as_other_website`.
Gemfile:
=
安裝:
=
Runtime 相依性套件 (1):
mechanize
>= 1.0.0