Annotation Type HttpOption


  • @Retention(CLASS)
    public @interface HttpOption
    The supported HTTP options use in HttpRequest
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String AUTHENTICATE_HTTP_BASIC
      Apply http basic auth.
      static java.lang.String AUTHENTICATE_JWT
      Apply standard authentication.
    • Field Detail

      • AUTHENTICATE_JWT

        static final java.lang.String AUTHENTICATE_JWT
        Apply standard authentication.

        Default value: TRUE.

      • AUTHENTICATE_HTTP_BASIC

        static final java.lang.String AUTHENTICATE_HTTP_BASIC
        Apply http basic auth. Should used just for URLs.AUTH_USER_TOKEN requests.

        Default value: FALSE.