blueprint.ron 748 B

12345678910111213141516171819202122232425262728293031
  1. (
  2. creation_location: (
  3. line: 10,
  4. column: 18,
  5. file: "blueprint/src/lib.rs",
  6. ),
  7. constructors: [],
  8. routes: [
  9. (
  10. path: "/plaintext",
  11. method_guard: (
  12. allowed_methods: [
  13. "GET",
  14. ],
  15. ),
  16. request_handler: (
  17. callable: (
  18. registered_at: "tfb-pavex-bp",
  19. import_path: "crate :: plaintext",
  20. ),
  21. location: (
  22. line: 11,
  23. column: 8,
  24. file: "blueprint/src/lib.rs",
  25. ),
  26. ),
  27. error_handler: None,
  28. ),
  29. ],
  30. nested_blueprints: [],
  31. )