Skip to content

Commit

Permalink
HttpClientContext and HttpCacheContext to use instance variables for …
Browse files Browse the repository at this point in the history
…standard attributes
  • Loading branch information
ok2c committed Feb 29, 2024
1 parent 762b18f commit eb6fd6b
Show file tree
Hide file tree
Showing 42 changed files with 880 additions and 244 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@

/**
* This enumeration represents the various ways a response can be generated
* by the caching {@link org.apache.hc.client5.http.classic.HttpClient};
* if a request is executed with an {@link HttpCacheContext}
* then a parameter with one of these values will be registered in the
* context under the key {@link HttpCacheContext#CACHE_RESPONSE_STATUS}.
* by an HTTP cache.
*/
public enum CacheResponseStatus {

Expand Down
Loading

0 comments on commit eb6fd6b

Please sign in to comment.