Skip to content

kalyan-raparthi/httpx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powered by Rust

HTTPX - RUST http_server

Supports HTTP/1.1

Upcoming Features

  • Daemon Generation
  • User and Log Management

Installation (Windows 64-bit)

powershell -Command "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/kalyan-raparthi/httpx/refs/heads/main/install/install.cmd' -OutFile 'C:\Program Files\install.cmd'"; Start-Process -FilePath 'C:\Program Files\install.cmd';

File Structure

/rust
    └── /kit
            ├── core.rs
            ├── mod
            └── net_ctl

/install
    ├── install.cmd
    └── win64_installer_0.1.0.exe

/bin
    ├── _win64_0.1.0.exe
    └── install.rs

The file structure of the HTTPX project is organized as follows:

  • /rust/kit/: Contains the core Rust source files.

    • core.rs: Core functionalities of the HTTP server.
    • mod: Module definitions.
    • net_ctl: Network control utilities.
  • /install/: Contains installation scripts and executables.

    • install.cmd: Command script for installation.
    • win64_installer_0.1.0.exe: Windows 64-bit installer executable.
  • /bin/: Contains compiled binaries and additional scripts.

    • httpx/_win64_0.1.0.exe: Compiled HTTPX executable for Windows 64-bit.
    • install.rs: Rust script for installation.

a_gudakesh production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published