forked from EliMirren/VX-API-Gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
添加应用黑名单返回,添加处理业务逻辑的HttpClient拓展配置,API添加body透传,优化HTTP/HTTPS类型的服务处理器(尚未完成)
- Loading branch information
1 parent
4c6fe8e
commit f713d20
Showing
19 changed files
with
569 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,5 @@ | |
* | ||
*/ | ||
public enum ParamPositionEnum { | ||
PATH, QUERY, FROM, HEADER; | ||
PATH, QUERY, BODY, HEADER; | ||
} |
Oops, something went wrong.