https://github.com/zunda/chunked-app
Trying to serve with both of Transfer-Encoding: chunked and Content-Length
https://github.com/zunda/chunked-app
Last synced: 5 months ago
JSON representation
Trying to serve with both of Transfer-Encoding: chunked and Content-Length
- Host: GitHub
- URL: https://github.com/zunda/chunked-app
- Owner: zunda
- License: mit
- Created: 2017-10-06T09:05:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T02:46:01.000Z (about 5 years ago)
- Last Synced: 2024-06-19T21:55:44.066Z (almost 2 years ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chunked-app
Trying to serve with both of Transfer-Encoding: chunked and Content-Length
## Run locally
```
$ go run main.go
```
and access http://localhost:3000/
## Run on Heroku
```
$ heroku create
$ git push heroku master
$ heroku open
```