Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cccaaannn committed Aug 10, 2024
1 parent 5175b4d commit 7d4f151
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ A simple http server

---

## Features

1. Simple usage
2. Path parsing
3. TLS support
4. Middlewares

## Usage

### Install package
Expand Down Expand Up @@ -51,6 +58,10 @@ func main() {

```

### Other examples
1. [example/crud/main.go](/example/crud/main.go)
2. [example/tls/main.go](/example/tls/main.go)
3. [example/middleware/main.go](/example/middleware/main.go)


## Development
Expand Down

0 comments on commit 7d4f151

Please sign in to comment.