Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
FastRoute 1.1.0.tar.gz | 2016-10-20 | 15.7 kB | |
FastRoute 1.1.0.zip | 2016-10-20 | 29.5 kB | |
README.md | 2016-10-20 | 279 Bytes | |
Totals: 3 Items | 45.5 kB | 0 |
Fixed
- If the
cacheDisabled
option is enabled, the cache file is no longer written. Previously it was not read, but still written. (#114)
Added
- Added convenience methods
get()
,post()
,put()
,delete()
,patch()
andhead()
to theRouteCollector
. (#109)