hurl

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CollectFiles

func CollectFiles(dir string) []string

CollectFiles returns all .hurl file paths in the given directory.

Types

type HurlEntry

type HurlEntry struct {
	Method     string
	Path       string
	StatusCode string
	File       string
	Line       int
}

HurlEntry represents one request/response pair extracted from a .hurl file.

func ParseFile

func ParseFile(path string) ([]HurlEntry, []diagnostic.Diagnostic)

ParseFile extracts request/response pairs from a .hurl file.

Jump to

Keyboard shortcuts

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