Skip to content

Latest commit

 

History

History

echo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Introduce

开发一个echo,content阶段的模块,回显

Install

./configure --add-module=echo
make 
make install

Usage

location /hello {
    echo "hello echo module";
}

test request:

curl -i 127.0.0.1:8989/echo
output:
hello echo module