-
I want to login like that:
HttpLoggingInterceptor loggingInterceptor = new HttpLoggingInterceptor();
loggingInterceptor.setLevel(HttpLoggingInterceptor.Level.BODY);
OkHttpClient…
-
Hey, if i am trying to do this:
```
HttpLoggingInterceptor loggingInterceptor = new HttpLoggingInterceptor();
loggingInterceptor.setLevel(HttpLoggingInterceptor.Level.BODY);
Ok…
-
When using the `LoggingFeature`, the actual request sent should be logged by the `LoggingInterceptor`, even if the `MultiPartFeature` is used. If the headers don't already include a header `MIME-Versi…
-
##### Description
Here is the code for the ApiClient.setDebugging method:
public ApiClient setDebugging(boolean debugging) {
if (debugging != this.debugging) {
if (debugging)…
-
Can not load image from URL.
https://test.chatlasapp.com/storage/af1a33ee-66a5-403c-9262-2a7254afa399/131206762240925660Pic.jpg Here it is.
Here how I create Picasso(I use Dagger)
```
@Prov…
-
NOTE: Before filing a ticket, please see the following URL:
https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help
**Describe the bug**
**TL;DR:** With recent versions of HAPI JPA server (not su…
-
## Description
**Registry
Version**: 2.6.5
**Persistence type**: kafkasql
### Environment
Kubernetes v1.30.4-gke.1348000
### Steps to Reproduce
1. Deploy apicurio-registry to ku…
-
具体错误在LoggingInterceptor打印请求返回数据时候报SocketTimeoutException!!!
-
When trying to record responses when using the Apollo Kotlin client, if the response body is over a certain size then a gzip compression is applied. When this gzip compression is applied, Servirti…
-
Property 'intercept' in type 'LoggingInterceptor' is not assignable to the same property in base type 'NestInterceptor'.
![image](https://user-images.githubusercontent.com/21876329/79114761-bb12ce80…