接口的使用
cn.taketoday.web.reactive.function.BodyInserters.FormInserter
程序包
说明
Provides a foundation for both the reactive client and server subpackages.
-
cn.taketoday.web.reactive.function中BodyInserters.FormInserter的使用
修饰符和类型接口说明static interfaceExtension ofBodyInserters.FormInserterthat allows for adding asynchronous parts.修饰符和类型类说明private static classprivate static class修饰符和类型方法说明static BodyInserters.FormInserter<String>BodyInserters.fromFormData(cn.taketoday.util.MultiValueMap<String, String> formData) Return aBodyInserters.FormInserterto write the givenMultiValueMapas URL-encoded form data.static BodyInserters.FormInserter<String>BodyInserters.fromFormData(String name, String value) Return aBodyInserters.FormInserterto write the given key-value pair as URL-encoded form data.Adds the specified values to the form.Adds the specified key-value pair to the form.