| 枚举常量和说明 |
|---|
| top.bayberry.httpclientcore.constant.HttpStatus.DESTINATION_LOCKED |
| top.bayberry.httpclientcore.constant.HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE |
| top.bayberry.httpclientcore.constant.HttpStatus.METHOD_FAILURE |
| top.bayberry.httpclientcore.constant.HttpStatus.MOVED_TEMPORARILY
in favor of
HttpStatus.FOUND which will be returned from HttpStatus.valueOf(302) |
| top.bayberry.httpclientcore.constant.HttpStatus.REQUEST_ENTITY_TOO_LARGE
in favor of
HttpStatus.PAYLOAD_TOO_LARGE which will be
returned from HttpStatus.valueOf(413) |
| top.bayberry.httpclientcore.constant.HttpStatus.REQUEST_URI_TOO_LONG
in favor of
HttpStatus.URI_TOO_LONG which will be returned from HttpStatus.valueOf(414) |
| top.bayberry.httpclientcore.constant.HttpStatus.USE_PROXY
due to security concerns regarding in-band configuration of a proxy
|
Copyright © 2021. All rights reserved.