# hURL **Repository Path**: mirrors_vektah/hURL ## Basic Information - **Project Name**: hURL - **Description**: Http-signatures + curl = hURL - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README hURL ==== Simple command line tool for hitting http-signatures based apis ### Installation ```sh go get -v github.com/vektah/hurl ``` ### Usage ``` usage: hurl [] Flags: --help Show context-sensitive help (also try --help-long and --help-man). -v, --verbose Make the operation more talkative --sig-id=SIG-ID The http-signatures id --sig-key=SIG-KEY The http-signatures key --insecure Disable TLS cert verification Args: The url to fetch ``` A basic example ```sh hurl https://example.org/api/bob --sig-id MyId--sig-key MyKey --insecure ```