摘要:
Immutable.js offers methods to break immutable structures into subsets much like Array--for instance it has the all powerful slice()--and unlike Array 阅读全文
posted @ 2016-03-01 03:25
Zhentiw
阅读(210)
评论(0)
推荐(0)
摘要:
Immutable.js provides several methods to iterate over an Immutable.Map(). These also apply to the other immutable structures found within the Immutabl 阅读全文
posted @ 2016-03-01 03:16
Zhentiw
阅读(273)
评论(0)
推荐(0)
摘要:
hapi has built-in support for parsing cookies from a request headers, and writing cookies to a response, making state management easy and straight-for 阅读全文
posted @ 2016-03-01 02:58
Zhentiw
阅读(474)
评论(0)
推荐(0)
摘要:
hapi supports request validation out of the box using the joi module. Request path parameters, payloads, and querystring parameters can be validated w 阅读全文
posted @ 2016-03-01 02:53
Zhentiw
阅读(588)
评论(0)
推荐(0)