libwww-perl / libwww-perl/LWP-Protocol-https

Feature request: provide LWP::Debug::TraceHTTPS

Open
#102 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Perl
Stars
17
Forks
35
PR merge metrics
No merged PRs in 30d

Description

LWP::Debug::TraceHTTP looks as a suitable and lightweight alternative for tracing HTTP calls within LWP — lightweight, because it depends only on the non-core module Data::Dump (but which is available as a Debian package), unlike other alternatives like LWP::ConsoleLogger or LWP::Protocol::Net::Curl.

But unfortunately this module only does HTTP, which is not very useful anymore in the modern internet. It seems that simply cloning the TraceHTTP.pm module and doing a s/http/https/g would work here.

I can provide a PR if this proposal is accepted.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the LWP::Debug::TraceHTTP module and its TraceHTTP.pm implementation. Compare its HTTP tracing behavior with the requested HTTPS variant, then provide the corresponding LWP::Debug::TraceHTTPS module with equivalent tracing for HTTPS calls.

Written by the indexing model from the issue text.

Assessment

Tech stack
perl
Domain
networking
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.