View Source SpiderMan.Request (spider_man v0.4.7)

Request Struct

Link to this section Summary

Link to this section Types

@type t() :: %SpiderMan.Request{
  flag: any(),
  key: any(),
  options: keyword(),
  retries: integer(),
  url: binary()
}