Skip to content

hurl.dev

Run and Test HTTP Requests with plain text and curl

Package Information

  • Domain: hurl.dev
  • Name: hurl.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +hurl.dev -- $SHELL -i

Programs

This package provides the following executable programs:

  • hurl
  • hurlfmt

Aliases

This package can also be accessed using these aliases:

  • hurl

Available Versions

Show all 9 versions
  • 6.1.1, 6.1.0, 6.0.0, 5.0.1, 5.0.0
  • 4.3.0, 4.2.0, 4.1.0, 4.0.0

Latest Version: 6.1.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +hurl.dev@6.1.1 -- $SHELL -i

Dependencies

This package depends on:

  • gnome.org/libxml2
  • curl.se

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.hurldev

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.