Package: httr
Type: Package
Title: Tools for working with URLs and HTTP
Version: 0.5
Authors@R: c(
    person("Hadley", "Wickham", email = "hadley@rstudio.com",
    role = c("cre", "aut", "cph")),
    person("RStudio", role = "cph"))
Description: Provides useful tools for working with HTTP. The API is based
    around http verbs (GET(), POST(), etc) with pluggable components to control
    the request (authenticate(), add_headers() and so on).
Depends: R (>= 3.0.0)
Imports: RCurl (>= 1.95-0), stringr (>= 0.6.1), digest, tools, methods,
        jsonlite
Suggests: XML, testthat (>= 0.8.0), png, jpeg, httpuv, knitr
VignetteBuilder: knitr
License: MIT + file LICENSE
Packaged: 2014-09-02 15:28:39 UTC; hadley
Author: Hadley Wickham [cre, aut, cph],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-09-02 18:15:25
