Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 657 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 657 Bytes

C3 HTTP module

The C3 HTTP Module is an implementation of the Hypertext Transfer Protocol (HTTP) in the C3 programming language. This module provides functionality for creating HTTP servers and clients, handling HTTP requests and responses, and supports various HTTP methods and headers.

Prerequisites

  • C3 compiler (c3c) installed on your system

Compilation

Compile the source code using the C3 compiler:

c3c build

Usage

Run the compiled executable with the desired URL:

./build/example http://www.google.com/

License

This project is licensed under the MIT License. See the LICENSE file for details.