Package io.micronaut.http.client.jdk.cookie
package io.micronaut.http.client.jdk.cookie
-
ClassDescriptionIterate the cookieDecoders and return the first one that returns cookies.Interface to allow cookie decoding.Default implementation of
CookieDecoder
that returns the cookies from the request.A cookie decoder that extracts cookies from theNettyClientHttpRequest
if it is present.