Package okhttp3.mock
Annotation Type HttpCode
-
public @interface HttpCode
-
-
Field Summary
Fields Modifier and Type Fields Description static intHTTP_200_OKstatic intHTTP_204_NO_CONTENTstatic intHTTP_302_FOUNDstatic intHTTP_303_SEE_OTHERstatic intHTTP_304_NOT_MODIFIEDstatic intHTTP_400_BAD_REQUESTstatic intHTTP_401_UNAUTHORIZEDstatic intHTTP_403_FORBIDDENstatic intHTTP_404_NOT_FOUNDstatic intHTTP_405_METHOD_NOT_ALLOWEDstatic intHTTP_409_CONFLICTstatic intHTTP_500_INTERNAL_SERVER_ERROR
-