ehttpd 0.13.3

A HTTP server nano-framework, which can be used to create custom HTTP server applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "lldb-dap",
            "request": "launch",
            "name": "LLDB Debug (example: helloworld)",
            "program": "${workspaceFolder}target/debug/examples/helloworld",
            "disableASLR": false,
            "initCommands": ["settings set target.disable-aslr false"],
            "args": [],
            "env": [],
            "cwd": "${workspaceFolder}"
        }
    ]
}