Skip to content

impit-node@0.5.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 12:13

Features

  • Client-scoped headers option (#200)
    • Adds headers setting to Impit constructor to set headers to be included in every request made by the built [Impit] instance. This can be used to add e.g. custom user-agent or authorization headers that should be included in every request. These headers override the "impersonation" headers set by the with_browser method. In turn, these are overridden by request-specific headers setting.