Directories
¶
| Path | Synopsis |
|---|---|
|
Package auth provides authentication handlers for HTTP requests.
|
Package auth provides authentication handlers for HTTP requests. |
|
Package client provides an HTTP client with support for various authentication schemes, cookies, proxies, TLS certificates, and response timing.
|
Package client provides an HTTP client with support for various authentication schemes, cookies, proxies, TLS certificates, and response timing. |
|
Package config provides global application configuration management.
|
Package config provides global application configuration management. |
|
Package errors provides custom error types and utilities for the REST client.
|
Package errors provides custom error types and utilities for the REST client. |
|
Package executor provides request execution functionality.
|
Package executor provides request execution functionality. |
|
Package history provides request history management with persistence, filtering, and display formatting capabilities.
|
Package history provides request history management with persistence, filtering, and display formatting capabilities. |
|
Package lastfile provides functionality to persist and retrieve the last used .http/.rest file path.
|
Package lastfile provides functionality to persist and retrieve the last used .http/.rest file path. |
|
Package models defines the core data structures for HTTP requests, responses, and their associated metadata used throughout the application.
|
Package models defines the core data structures for HTTP requests, responses, and their associated metadata used throughout the application. |
|
Package output provides response formatting with syntax highlighting and colorization for HTTP responses, JSON, and XML content.
|
Package output provides response formatting with syntax highlighting and colorization for HTTP responses, JSON, and XML content. |
|
Package parser provides functionality for parsing .http and .rest files into structured HTTP request models with support for variables, multipart forms, and embedded scripts.
|
Package parser provides functionality for parsing .http and .rest files into structured HTTP request models with support for variables, multipart forms, and embedded scripts. |
|
Package postman provides import and export functionality for Postman Collection v2.1.0 format.
|
Package postman provides import and export functionality for Postman Collection v2.1.0 format. |
|
Package scripting provides a JavaScript execution engine for pre-request and post-response scripts, with built-in utilities for assertions, crypto, and variable management.
|
Package scripting provides a JavaScript execution engine for pre-request and post-response scripts, with built-in utilities for assertions, crypto, and variable management. |
|
Package secrets provides secure storage for environment variables and secrets.
|
Package secrets provides secure storage for environment variables and secrets. |
|
Package session provides session management for persisting cookies and variables across HTTP requests, supporting both directory-scoped and named session modes.
|
Package session provides session management for persisting cookies and variables across HTTP requests, supporting both directory-scoped and named session modes. |
|
Package tui provides terminal user interface components including a fuzzy-search selector for selecting items from lists.
|
Package tui provides terminal user interface components including a fuzzy-search selector for selecting items from lists. |
|
Package userinput handles detection and processing of user input variables in HTTP request URLs using the {{:paramName}} syntax.
|
Package userinput handles detection and processing of user input variables in HTTP request URLs using the {{:paramName}} syntax. |
|
Package variables provides variable resolution and substitution for HTTP request templates, supporting environment variables, system functions, file variables, and user prompts.
|
Package variables provides variable resolution and substitution for HTTP request templates, supporting environment variables, system functions, file variables, and user prompts. |
Click to show internal directories.
Click to hide internal directories.