<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>A Test Environment for HTTP Requests</dc:title>
  <dc:title>R package httptest version 4.2.3</dc:title>
  <dc:subject>CRAN Task View: WebTechnologies (https://CRAN.R-project.org/view=WebTechnologies)</dc:subject>
  <dc:description>Testing and documenting code that communicates with remote servers
    can be painful. Dealing with authentication, server state,
    and other complications can make testing seem too costly to
    bother with. But it doesn't need to be that hard. This package enables one
    to test all of the logic on the R sides of the API in your package without
    requiring access to the remote service. Importantly, it provides three
    contexts that mock the network connection in different ways, as well as
    testing functions to assert that HTTP requests were---or were
    not---made. It also allows one to safely record real API responses to use as
    test fixtures. The ability to save responses and load them offline also
    enables one to write vignettes and other dynamic documents that can be
    distributed without access to a live server.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.5.0), testthat</dc:relation>
  <dc:relation>Imports: curl, digest, httr, jsonlite, stats, utils</dc:relation>
  <dc:relation>Suggests: knitr, pkgload, rmarkdown, spelling, xml2</dc:relation>
  <dc:creator>Neal Richardson &lt;neal.p.richardson@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Neal Richardson [aut, cre] (ORCID:
    &lt;https://orcid.org/0009-0002-7992-3520&gt;),
  Jonathan Keane [ctb],
  Maëlle Salmon [ctb] (ORCID: &lt;https://orcid.org/0000-0002-2815-0399&gt;)</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=httptest/LICENSE)</dc:rights>
  <dc:date>2025-11-15</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=httptest</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.httptest</dc:identifier>
  <dc:language>en-US</dc:language>
</oai_dc:dc>
