File: README.md

package info (click to toggle)
golang-github-valyala-fasthttp 20160617-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 980 kB
  • sloc: makefile: 18
file content (17 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# HelloWorld server example

* Displays various request info.
* Sets response headers and cookies.
* Supports transparent compression.

# How to build

```
make
```

# How to run

```
./helloworldserver -addr=tcp.addr.to.listen:to
```