Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesbarwell/http-basics-demo
Simple demos to demonstrate HTTP
https://github.com/jamesbarwell/http-basics-demo
Last synced: 15 days ago
JSON representation
Simple demos to demonstrate HTTP
- Host: GitHub
- URL: https://github.com/jamesbarwell/http-basics-demo
- Owner: JamesBarwell
- License: mit
- Created: 2015-08-17T09:32:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T09:35:12.000Z (about 9 years ago)
- Last Synced: 2024-10-10T00:09:17.441Z (about 1 month ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP basics demo
Simple demos to demonstrate:
* HTTP caching
* Form submission
* XSSThis is intended to accompany a talk on HTTP basics.
## Logging
Run with the DEBUG environment variable to show logs:
```DEBUG=* node http.js```