Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
projectdiscovery
/
httpx
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
10.4k
Code
Issues
3
Pull requests
8
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
bug fixes
- #2334
#2334
Merged
ehsandeep
merged 23 commits into
main
projectdiscovery/httpx:main
from
dev
projectdiscovery/httpx:dev
Copy head branch name to clipboard
Dec 6, 2025
Conversation
Commits
23
(23)
Checks
Files changed
Merged
bug fixes
#2334
ehsandeep
merged 23 commits into
main
projectdiscovery/httpx:main
from
dev
projectdiscovery/httpx:dev
Copy head branch name to clipboard
Commits
Commits on Nov 17, 2025
Improve error handling in htmlToText function
Show description for 7c94f19
GDATTACKER-RESEARCHER
authored
7c94f19
View commit details
Copy full SHA for 7c94f19
Browse repository at this point
chore(deps): bump golang.org/x/text from 0.30.0 to 0.31.0
Show description for d9e8bac
dependabot[bot]
authored
d9e8bac
View commit details
Copy full SHA for d9e8bac
Browse repository at this point
chore(deps): bump golang.org/x/net from 0.46.0 to 0.47.0
Show description for b4545c2
dependabot[bot]
committed
b4545c2
View commit details
Copy full SHA for b4545c2
Browse repository at this point
chore(deps): bump github.com/PuerkitoBio/goquery from 1.10.3 to 1.11.0
Show description for 6454c83
dependabot[bot]
committed
6454c83
View commit details
Copy full SHA for 6454c83
Browse repository at this point
Merge branch 'dev' into dev
GDATTACKER-RESEARCHER
authored
4ed7148
View commit details
Copy full SHA for 4ed7148
Browse repository at this point
Commits on Nov 18, 2025
Merge branch 'dev' into dependabot/go_modules/dev/golang.org/x/text-0.31.0
Mzack9999
committed
329c781
View commit details
Copy full SHA for 329c781
Browse repository at this point
chore(deps): bump the modules group with 5 updates
Show description for 0336bec
dependabot[bot]
committed
0336bec
View commit details
Copy full SHA for 0336bec
Browse repository at this point
Merge pull request #2312 from projectdiscovery/dependabot/go_modules/dev/golang.org/x/text-0.31.0
Show description for 45d8476
Mzack9999
authored
45d8476
View commit details
Copy full SHA for 45d8476
Browse repository at this point
better error handling
Mzack9999
committed
05c6364
View commit details
Copy full SHA for 05c6364
Browse repository at this point
Merge pull request #2309 from GDATTACKER-RESEARCHER/dev
Show description for c6948ed
Mzack9999
authored
c6948ed
View commit details
Copy full SHA for c6948ed
Browse repository at this point
Commits on Nov 20, 2025
chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0
Show description for 0658afd
dependabot[bot]
committed
0658afd
View commit details
Copy full SHA for 0658afd
Browse repository at this point
adding panic guard + tests
Mzack9999
committed
0309110
View commit details
Copy full SHA for 0309110
Browse repository at this point
lint
Mzack9999
committed
5f13beb
View commit details
Copy full SHA for 5f13beb
Browse repository at this point
Commits on Nov 24, 2025
chore(deps): bump github.com/weppos/publicsuffix-go
Show description for 9388133
dependabot[bot]
committed
9388133
View commit details
Copy full SHA for 9388133
Browse repository at this point
Commits on Nov 28, 2025
chore(deps): bump the modules group with 11 updates
Show description for 340eb79
dependabot[bot]
committed
340eb79
View commit details
Copy full SHA for 340eb79
Browse repository at this point
fix test
Mzack9999
committed
275d63f
View commit details
Copy full SHA for 275d63f
Browse repository at this point
Merge pull request #2317 from projectdiscovery/bufgix-2316-stack-overflow
Show description for 61a791c
Mzack9999
authored
61a791c
View commit details
Copy full SHA for 61a791c
Browse repository at this point
Commits on Dec 1, 2025
chore(deps): bump github.com/JohannesKaufmann/html-to-markdown/v2
Show description for a0fec14
dependabot[bot]
committed
a0fec14
View commit details
Copy full SHA for a0fec14
Browse repository at this point
Commits on Dec 3, 2025
chore(deps): bump the modules group with 10 updates
Show description for 8b04cd9
dependabot[bot]
committed
8b04cd9
View commit details
Copy full SHA for 8b04cd9
Browse repository at this point
Commits on Dec 6, 2025
feat: update `-ldp` option to show default ports in CLI output (#2331)
Show description for d114722
ehsandeep
authored
d114722
View commit details
Copy full SHA for d114722
Browse repository at this point
fix: HTML parser panic protection with multiple fallback (#2330)
Show description for 599441e
ehsandeep
authored
599441e
View commit details
Copy full SHA for 599441e
Browse repository at this point
fix: host JSON field now returns hostname instead of IP (#2333)
Show description for a00f9c4
ehsandeep
authored
a00f9c4
View commit details
Copy full SHA for a00f9c4
Browse repository at this point
version update
ehsandeep
committed
f7712f7
View commit details
Copy full SHA for f7712f7
Browse repository at this point
You can’t perform that action at this time.