Package io.kiota.http.jdk
Class HeadersCompatibility
java.lang.Object
io.kiota.http.jdk.HeadersCompatibility
Compatibility class to bridge OkHttp Headers and Kiota Headers
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpHeadersgetHttpHeaders(com.microsoft.kiota.RequestHeaders headers) static com.microsoft.kiota.ResponseHeadersgetResponseHeaders(HttpHeaders headers)
-
Method Details
-
getResponseHeaders
@Nonnull public static com.microsoft.kiota.ResponseHeaders getResponseHeaders(@Nonnull HttpHeaders headers) -
getHttpHeaders
@Nonnull public static HttpHeaders getHttpHeaders(@Nonnull com.microsoft.kiota.RequestHeaders headers)
-