实践案例→原博客地址
菜鸟方案→restful 架构简介
有的博客 推荐使用多级url,有的博客不推荐.
路径匹配 可以 使用 正则
/authors/12/categories/2
/authors/\S*/categories/\S*
在实践中 多参数 均要求采用post方式,很少用到put patch 等
实践案例→原博客地址
菜鸟方案→restful 架构简介
有的博客 推荐使用多级url,有的博客不推荐.
路径匹配 可以 使用 正则
/authors/12/categories/2
/authors/\S*/categories/\S*
在实践中 多参数 均要求采用post方式,很少用到put patch 等