Update RBI files for mechanize.

This commit is contained in:
BrewTestBot 2022-06-09 18:15:20 +00:00
parent ead725458a
commit 16d1679ad1
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -689,6 +689,7 @@ class Mechanize::HTTP::Agent
def webrobots; end
end
Mechanize::HTTP::Agent::COOKIE_HEADERS = T.let(T.unsafe(nil), Array)
Mechanize::HTTP::Agent::CREDENTIAL_HEADERS = T.let(T.unsafe(nil), Array)
Mechanize::HTTP::Agent::POST_HEADERS = T.let(T.unsafe(nil), Array)
Mechanize::HTTP::Agent::RobotsKey = T.let(T.unsafe(nil), Symbol)