Fixed
Project:
HTTP Client Manager
Version:
11.0.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2026 at 22:38 UTC
Updated:
6 Aug 2026 at 10:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
marco.pagliarulo commentedComment #4
marco.pagliarulo commentedInstead of showing a list of ordered endpoints, a navigation tree is shown, with the addition of a search input that list all the available endpoints filterable by typing the name. Additionally the Method is shown at the side of the endpoint.
This approach is meant to resemble the navigation provided by API Clients like Postman and Bruno
Comment #5
marco.pagliarulo commentedComment #6
marco.pagliarulo commentedComment #7
aronne commentedCiao Marco,
thank you for your great work, I've appreciated it a lot. This improvement is something I wanted to deal with since a long time but I've never had the time to work on it. I've used your implementation as a starting point to build something a little more polished and clear and you can find my implementation in the attached patch.
As you can see from the attached images there's a counter showing the number of http config requests available for each command; you can also see when a command exstends another command and if a command is an abstract one (a command without http method).
The hierarchy structure you proposed is very nice and I think it's a great improvement. Thank you again for your contribution.
Comment #11
aronne commented