Skip to content

AdamStrojek/c3-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple HTTP client example in C3 language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published