Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# HTTP basics demo

Simple demos to demonstrate:
* HTTP caching
* Form submission
* XSS

This is intended to accompany a talk on HTTP basics.

## Logging

Run with the DEBUG environment variable to show logs:
```DEBUG=* node http.js```