Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
httptoolkit
/
httptoolkit-ui
Public
Notifications
You must be signed in to change notification settings
Fork
130
Star
325
Code
Issues
9
Pull requests
14
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
cb0231e
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 8, 2025
Add ColumnVisibilityToggle
Sugavanas
committed
cb0231e
Copy full SHA for cb0231e
Add timestamp and duration to rest of the lists
Sugavanas
committed
3bd35c5
Copy full SHA for 3bd35c5
Add header context menu - ViewEventList
Sugavanas
committed
02d16c6
Copy full SHA for 02d16c6
Add Duration column to ViewEventList
Sugavanas
committed
dbd98c9
Copy full SHA for dbd98c9
Add Timestamp column to ViewEventList and fix formatting
Sugavanas
committed
6e2af0a
Copy full SHA for 6e2af0a
Add getHeaderContextMenuCallback to ViewEventContextMenuBuilder
Sugavanas
committed
8a70117
Copy full SHA for 8a70117
Add visibleViewColumns setting to uiStore
Sugavanas
committed
a26f926
Copy full SHA for a26f926
Commits on Jul 18, 2025
Merge pull request #166 from httptoolkit/dependabot/npm_and_yarn/multi-96c788614a
Show description for ac44f8e
pimterry
authored
ac44f8e
Copy full SHA for ac44f8e
Commits on Jul 17, 2025
Bump on-headers and compression
Show description for 0ebf49f
dependabot[bot]
authored
0ebf49f
Copy full SHA for 0ebf49f
Commits on Jul 15, 2025
Merge pull request #160 from metheos/main
Show description for 23613af
pimterry
authored
23613af
Copy full SHA for 23613af
Don't automatically scroll to restored view list selections
Show description for 5f78f28
pimterry
committed
5f78f28
Copy full SHA for 5f78f28
Commits on Jul 14, 2025
Allow setting non-lowercase headers on Send page
pimterry
committed
eb8bb3c
Copy full SHA for eb8bb3c
Commits on Jul 4, 2025
Try to simplify view list scroll-restore logic
pimterry
committed
c300f10
Copy full SHA for c300f10
Drop filter-related scroll persistence logic
Show description for ebeb8a2
pimterry
committed
ebeb8a2
Copy full SHA for ebeb8a2
Tweak some view-state persistence formatting
pimterry
committed
adb5faf
Copy full SHA for adb5faf
Merge pull request #158 from ceifa/main
Show description for d58ad27
pimterry
authored
d58ad27
Copy full SHA for d58ad27
Commits on Jul 2, 2025
bugfix: attach content listener when model is already created in xml
ceifa
committed
9a83c1e
Copy full SHA for 9a83c1e
Merge branch 'main' of https://github.com/httptoolkit/httptoolkit-ui
ceifa
committed
20b74bf
Copy full SHA for 20b74bf
Commits on Jun 25, 2025
change setTimeout usages to callback functions and remove vestigial code
Show description for 9cbe8ba
metheos
committed
9cbe8ba
Copy full SHA for 9cbe8ba
Commits on Jun 24, 2025
Merge pull request #162 from httptoolkit/dependabot/npm_and_yarn/pbkdf2-3.1.3
Show description for 45bdf0a
pimterry
authored
45bdf0a
Copy full SHA for 45bdf0a
Bump pbkdf2 from 3.1.2 to 3.1.3
Show description for 610e0df
dependabot[bot]
authored
610e0df
Copy full SHA for 610e0df
Commits on Jun 23, 2025
Merge pull request #159 from ceifa/cleanup-messages-button
Show description for 4b9b830
pimterry
authored
4b9b830
Copy full SHA for 4b9b830
Fix websocket view typing & tweak cleanup button slightly
pimterry
committed
ac69e11
Copy full SHA for ac69e11
Commits on Jun 20, 2025
revert formatter changes
metheos
committed
661a7ba
Copy full SHA for 661a7ba
Commits on Jun 19, 2025
Speed up hex formatting of binary data 5-10x
pimterry
committed
7c9969b
Copy full SHA for 7c9969b
Make sure we subarray (not slice) buffers to avoid copies
Show description for aef701d
pimterry
committed
aef701d
Copy full SHA for aef701d
Commits on Jun 18, 2025
Update to Mockttp v4 for SOCKS, non-HTTP, delays & URL transforms
Show description for 3eae898
pimterry
committed
3eae898
Copy full SHA for 3eae898
Fix bug where method= filter would suggest invalid method values
Show description for be49fc8
pimterry
committed
be49fc8
Copy full SHA for be49fc8
Commits on Jun 15, 2025
Enhance view state management by integrating UiStore for scroll position and selected event persistence
Show description for f02a1c5
metheos
committed
f02a1c5
Copy full SHA for f02a1c5
Commits on Jun 5, 2025
feat: add cleanup messages button for websocket data
ceifa
committed
98e1368
Copy full SHA for 98e1368
fix: xml validation not turning off on other content types
ceifa
committed
351c929
Copy full SHA for 351c929
Merge branch 'main' of https://github.com/httptoolkit/httptoolkit-ui
ceifa
committed
3b5074e
Copy full SHA for 3b5074e
Tweak auth0 style overrides
pimterry
committed
71656ed
Copy full SHA for 71656ed
Merge pull request #157 from httptoolkit/dependabot/npm_and_yarn/webpack-dev-server-5.2.1
Show description for 8d5550c
pimterry
authored
8d5550c
Copy full SHA for 8d5550c
feat: add xml content type custom validation
ceifa
committed
26ea1b0
Copy full SHA for 26ea1b0
Pagination
Previous
Next
You can’t perform that action at this time.