-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resty使用反馈与建议搜集贴 #48
Comments
会支持SSE吗? |
SSE功能依赖条件较多,暂不考虑实现,如果很需要这个功能的话可以自行实现哦! |
可否集成swagger? |
感谢提供这么好的框架 现在个人想实现一个AccessLogInterceptor,遇到个问题,无法记录http status code, 目前只能记录http method, http url等等,或者是我的思路出了问题?还是说可以扩展Interceptor,增加一个handleException的方法? |
@jacobzeng 可以自己配置异常处理 app.exceptionHolder=cn.dreampie.route.holder.DefaultExceptionHolder |
@zhangqqqf 没有使用swagger的经验,或者是否可以帮助开发一个接入插件 |
@byteuser json序列化使用的是fastjson,$ref代表引用对象,具体可以查询fastjon的文档 |
能不放开HttpServletRequest这个类的对象,在使用Apache Oltu的时候发现该框架需要的HttpServletRequest对象是无法直接获取的,如果要引入其他框架需要用到HttpServletRequest的对象时,也同样会有这样的问题 |
@loao HttpRequest.unwrap(HttpServletRequest.class) |
大家可以把需要的功能、优化建议等都发到这里哈。我会根据大家的需要计划Resty的下一步开发。
The text was updated successfully, but these errors were encountered: