# BizHttpRequestTest **Repository Path**: jackchen007/BizHttpRequestTest ## Basic Information - **Project Name**: BizHttpRequestTest - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-27 - **Last Updated**: 2022-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BizHttpRequestTest This is a helper tool library in developing or testing java web application. If you are debugging apis with front-end engineers, you may encounter the following situation, they tell you that one of the apis returns an error, then you will ask them to send you their request details, though you have logged the request records in your application. Then you will copy to Postman to testing the reqeust on your localhost, and debugging step by step, this library can help you resolve this problem. ## Quick Start By default, this library will working with zero configuration. In servlet-api supported web containers, you can add the following maven dependency. ### Maven com.github.jerryxia devhelper 1.1.2 if you use spring boot, Add the following dependency. com.github.jerryxia devhelper-spring-boot 1.1.2 #devhelper.request-id-init.request-id-response-header-name=X-Call-RequestId devhelper.request-capture.enabled=true #devhelper.request-capture.exclusions=*.js,*.gif,*.jpg,*.png,*.css,*.ico,/robots.txt,/admin/requestcapture/*,/admin/elmah/*,/admin/druid/*,/admin/management/* #devhelper.request-capture.replay-request-id-request-header-name= #devhelper.request-capture.max-payload-length=10240 devhelper.request-capture-servlet.enabled=true #devhelper.request-capture-servlet.url-pattern=/admin/requestcapture/* #devhelper.request-response-log.enabled=true #devhelper.request-response-log.log-request-header-names=Authorization,Cookie,Referer #devhelper.elmah-servlet.enabled=true #devhelper.elmah-servlet.url-pattern=/admin/elmah/* #devhelper.elmah-servlet.error-record-storage= #devhelper.elmah-servlet.error-record-file-storage-path= #devhelper.task-run.lazy-mode=true ## Dashboard [demo](https://res4gqk.appspot.com/) ![sample01](doc/sample01.gif)