This article recommends a lightweight interface testing tool – hoppscotch.io.
Hoppscotch is a free, fast, and beautiful API request generator that meets all major API request methods and currently has over 380,000 stars on GitHub.
Features
-
- Lightweight : refined with simple UI design
- Fast : Send requests and get/copy responses in real time
- Custom theme : Support light, dark and black themes; Green (default), teal, blue and other accent colors; Supports Zen mode without distractions
- HTTP method : ① GET- requests to retrieve resource information ② POST- The server creates a new entry in the database ③ PUT- updates an existing resource ④ PATCH- very similar to PUT but partially updates the resource ⑤ DELETE- deletes a resource or related component ⑥ HEAD- retrieves and gets Request the same response header, but no response body ⑦ CONNECT- establishes a server tunnel to the target resource identifier ⑧ OPTIONS- describes communication options for the target resource ⑨ TRACE- Performs message loopback tests along the path to the target resource. custom> – Some apis use custom request methods, such as LIST. Enter a custom method
- API documentation : Easily and quickly create and share dynamic API documentation
- Proxy : Enable proxy mode from Settings to access blocked apis
- Collections : Use collections and folders to organize your API requests and reuse
with just one click
- Response : Contains status lines, headers, and message/response body to view raw and preview of HTML, images, JSON, XML responses
Example

—END—
Open Source protocol: MIT