Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hao-feng authored Jun 28, 2020
1 parent cd55be9 commit d8b9e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Demo 中的 PartialRexxarViewController 给出了一个示例。


## Changelog

- 0.3.1 iOS 13.4及以上的系统,可以设置RXRConfig.useCustomScheme = true来拦截rexxar-http和rexxar-https请求,避免直接拦截http和https请求。
- 0.3.0 使用 WKWebView 替换 UIWebView, 由于 WKWebView 对 NSURLProtocol 支持不够友好,你需要特别关心一下 NSURLProtocol 截获 Post 请求时 Body 被清空的问题。
- master 2018-12-28 配置文件 `RXRConfig` 删除 `+ (void)setExternalUserAgent:(NSString *)userAgent;``+ (NSString *)externalUserAgent;`新增 `+ (**void**)setRxrUserAgent:(NSString *)userAgent;``+ (NSString *)rxrUserAgent;`

Expand Down

0 comments on commit d8b9e1b

Please sign in to comment.