Skip to content

feat: add curl/wget output filter #726

@bug-ops

Description

@bug-ops

Parent: #717

Problem

curl -v includes verbose connection handshake. wget has download progress bars.

Acceptance Criteria

  • Match curl (with -v or --verbose), wget
  • Strip TLS handshake lines (* , > , < prefixes for non-status lines)
  • Keep HTTP status line, response headers (configurable), response body
  • Strip wget download progress bars
  • Config: [tools.filters.curl] with enabled flag
  • Tests
  • Expected savings: 50-80%

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions