internal/

directory
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2026 License: MIT

Directories

Path Synopsis
Package cli wires httpfly's command-line arguments to its subcommands.
Package cli wires httpfly's command-line arguments to its subcommands.
Package client sends httpfile.Request values over HTTP.
Package client sends httpfile.Request values over HTTP.
Package curl converts a bash-style "curl ..." command (e.g.
Package curl converts a bash-style "curl ..." command (e.g.
Package env loads named variable sets from an httpfly.env.json file, so the same .http file can target different backends (dev, staging, prod, ...) without editing it -- select one with "-env <name>".
Package env loads named variable sets from an httpfly.env.json file, so the same .http file can target different backends (dev, staging, prod, ...) without editing it -- select one with "-env <name>".
Package httpfile defines the domain types produced by parsing an .http file.
Package httpfile defines the domain types produced by parsing an .http file.
Package interpolate substitutes "{{name}}" placeholders with variable values.
Package interpolate substitutes "{{name}}" placeholders with variable values.
Package parser turns .http file content into httpfile.File values.
Package parser turns .http file content into httpfile.File values.
Package script runs a request's pre-/post-request Lua scripts, giving them a small object model (client.global, response) plus file-read and command-exec capabilities via github.com/vadv/gopher-lua-libs.
Package script runs a request's pre-/post-request Lua scripts, giving them a small object model (client.global, response) plus file-read and command-exec capabilities via github.com/vadv/gopher-lua-libs.
Package state persists variables scripts set via "client.global" across separate "httpfly run" invocations, so e.g.
Package state persists variables scripts set via "client.global" across separate "httpfly run" invocations, so e.g.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL