corsware 0.1.1

CORS for Iron According to the Spec
Documentation
1
2
3
4
5
6
7
8
test: clippy
	 RUST_BACKTRACE=full cargo test -- --nocapture
clippy:
	cargo clippy
update-doc:
	cargo doc
	rm -rf docs
	cp -r target/doc docs