useragents-1.0.0: A collection of user agents

Safe HaskellNone
LanguageHaskell2010

Network.HTTP.UserAgent

Synopsis

Documentation

agents :: NonEmpty UserAgent Source #

All the available user agents

newtype UserAgent Source #

A newtype for typesafety, use unUserAgent to get the underlying text

Constructors

UserAgent 

Fields

Instances
Show UserAgent Source # 
Instance details

Defined in Network.HTTP.UserAgent

randomAgent :: MonadRandom m => m UserAgent Source #

Select a random agent, this can for example be run in IO.