Skip to content
/ frigo Public

An toy http server written in Elixir to learn about the language and OTP.

Notifications You must be signed in to change notification settings

zeshhaan/frigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frigo

An toy http server written in Elixir to learn about the language and OTP.

Description

We want to build a http server that sends requests and handles responses.

The request is of the form

GET /wildthings HTTP/1.1
Host: example.com
User-Agent: ExampleBrowser/1.0
Accept: */*

and the response is of the form

HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: 12

Hello World!

About

An toy http server written in Elixir to learn about the language and OTP.

Topics

Resources

Stars

Watchers

Forks

Languages