Interface FormDataController


  • public interface FormDataController
    The form data controller.
    Author:
    Christian Bremer
    • Method Detail

      • postFormData

        @RequestMapping(path="/upload",
                        method=POST,
                        consumes="application/x-www-form-urlencoded",
                        produces="application/json")
        reactor.core.publisher.Mono<Map<String,​Object>> postFormData​(@RequestHeader(name="x-ok-flag")
                                                                           String headerValue,
                                                                           @CookieValue(name="last")
                                                                           String lastValue,
                                                                           @RequestBody
                                                                           org.springframework.util.MultiValueMap<String,​String> data)
        Post form data mono.
        Parameters:
        headerValue - the header value
        lastValue - the last value
        data - the data
        Returns:
        the mono