Tags: g-cl/Kitura
Tags
feat: Ability to limit request size and connection count (Kitura#1481)
fix: Correctly register Codable routes with trailing `:id` (Kitura#1484) * Ensure trailing :id is not duplicated * Improve tests for :id param in Codable routes
fix: Correctly register Codable routes with trailing `:id` (Kitura#1485) * Ensure trailing :id is not duplicated * Improve tests for :id param in Codable routes
Update mime content types (Kitura#1441) These mime types to file extension mappings have been taken from the `node-mime` project: https://github.com/broofa/node-mime/tree/master/types The “other.json” and “standard.json” files have been merged together and alpahbetically sorted into a single JSON string.
fix: Remove hashvalue for swift >= 4.2 (Kitura#1400) (Kitura#1410)
Fix crash when empty MediaType is passed in request (Kitura#1405)
Consistent ordering for OpenAPI document elements (Kitura#1393)
PreviousNext