Class DestinationController

java.lang.Object
io.github.xezzon.zeroweb.call.DestinationController

@RestController @RequestMapping("/httpbin") public class DestinationController extends Object
  • Constructor Details

    • DestinationController

      public DestinationController()
  • Method Details

    • anything

      @RequestMapping("/anything/{anything}") public String anything(@PathVariable String anything, @RequestParam String hello)