Use when inspecting HTTP traffic and extracting metadata.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill http-https-inspector --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Http Https Inspector?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-http-https-inspector)More formats (shields.io, HTML) on the badges page.
---
name: http-https-inspector
title: HTTP/HTTPS Inspector
description: Use when inspecting HTTP traffic and extracting metadata.
category: networking
tags: [http, https, inspection, metadata, proxy, rust]
---
# HTTP/HTTPS Inspector
**Trigger**: Use when inspecting HTTP/HTTPS traffic for content filtering.
**Libraries**: `hyper`, `http`, `pnet` (reassembly), `url`
**Implementation**: HTTP request/response parsing: method, path, headers, content-type, referer. Host-based filtering without full decryption. HTTP/2 frame parsing (h2 crate). Request frequency tracking per client. File type blocking based on Content-Type extensions. For HTTPS: rely on SNI + JA3 fingerprinting.
**Connected**: `tls-ssl-inspector`, `url-content-filter`, `application-filter`, `parental-controls`, `traffic-analyzer`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!