Files
spring-boot-examples/rest-doc/target/snippets/home/curl-request.adoc
2021-08-07 11:30:31 +09:00

4 lines
77 B
Plaintext

[source,bash]
----
$ curl 'http://localhost:8080/name/Charlie' -i -X GET
----