ehttpd 0.9.0

A thread-based HTTP server library, 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
# Ignore .DS_Store
.DS_Store

# Ignore build results
/Cargo.lock
/target

# Ignore some vscode files
.vscode/*
!.vscode/*.md
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
!.vscode/settings.json