http-test-server 1.0.1

Programatically create resources and pre-defined responses for tests
Documentation
# Changelog

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## 1.0.1 (2020-03-12)

### Added

- Dual license as MIT and Apache 2.0 for extended compatibility.

https://rust-lang.github.io/api-guidelines/necessities.html#crate-and-its-dependencies-have-a-permissive-license-c-permissive

### Fixed

- When creating multiple resources with same URI, last resource defined would override previous ones, making it impossible to define multiple HTTP verbs for same URI.


## 1.0.0 (2018-10-14)

Initial release