package
0.2.0
Repository: https://github.com/lf-edge/eden.git
Documentation: pkg.go.dev

# Functions

ParseRequestItem apply regexp on APIRequest.
RequestItemFind find APIRequest records by reqexps in 'query' corresponded to APIRequest structure.
RequestLast function process Request files in the 'filepath' directoryaccording to the 'query' reqexps and return last founded item.
RequestPrn print APIRequest data.

# Constants

RequestJSON returns requests in JSON format.
RequestLines returns requests line by line.

# Type aliases

HandlerFunc must process APIRequest and return true to exitor false to continue.
RequestFormat the format to print output Requests.