Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 605 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 605 Bytes

Features

  • Send HTTP Requests: Supports GET, POST, DELETE requests with custom headers, parameters, and body.
  • Save and Load Requests: Save frequently used HTTP requests to a file and load them later.
  • View Request History: Keep track of sent requests and view their results.
  • Authentication Support: Supports Bearer token authentication.
  • Dynamic GUI: Customizable user interface with themes and a background image.

Prerequisites

Before running the application, ensure you have the following:

  • Python 3.7 or higher installed.
  • pip (Python package manager).