Added HTTP server class to stdlib and an example server written in 100% pure Fun. (0.37.28)
This commit is contained in:
parent
aa8701a5a1
commit
10b75596cd
6 changed files with 142 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.10)
|
||||
project(fun VERSION 0.37.27 LANGUAGES C)
|
||||
project(fun VERSION 0.37.28 LANGUAGES C)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue