Crawly.Middlewares.AutoCookiesManager (Crawly v0.16.0) View Source

Set/update cookies for requests. The cookies are being automatically picked up from prev_responses stored by Crawly. Only name/value pairs are taken into account, all other options like domain, secure and others are ignored.

Example Declaration

middlewares: [
  Crawly.Middlewares.AutoCookiesManager
]

Link to this section Summary

Link to this section Functions