程序包的使用
cn.taketoday.web.reactive.function
程序包
说明
Provides a foundation for both the reactive client and server subpackages.
Provides a reactive
WebClient
that builds on top of the
cn.taketoday.http.client.reactive reactive HTTP adapter layer.Classes supporting the
cn.taketoday.web.reactive.function.client package.-
类说明A function that can extract data from a
ReactiveHttpInputMessagebody.Defines the context used during the extraction.A combination of functions that can populate aReactiveHttpOutputMessagebody.Defines the context used during the insertion.Extension ofBodyInserterthat allows for adding form data or multipart form data.Extension ofBodyInserters.FormInserterthat allows for adding asynchronous parts.Exception thrown to indicate that aContent-Typeis not supported. -
类说明A function that can extract data from a
ReactiveHttpInputMessagebody.Defines the context used during the extraction.A combination of functions that can populate aReactiveHttpOutputMessagebody. -