You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -73,12 +73,13 @@ That's it! Now that the application is running, use your browser or cURL in anot
73
73
# Send a request to the application.
74
74
$ curl -i 127.0.0.1:3000
75
75
HTTP/1.1 200 OK
76
-
foo: bar
77
-
content-length: 14
78
-
date: Thu, 13 Apr 2023 17:47:24 GMT
76
+
content-type: text/plain
77
+
transfer-encoding: chunked
78
+
date: Sun, 02 Mar 2025 20:09:11 GMT
79
79
80
-
Hello, Fermyon
80
+
Hello World!
81
81
```
82
+
82
83
You can make the app do more by editting the `src/lib.rs` file in the `hello-rust` directory using your favorite editor or IDE. To learn more about writing Spin applications see [Writing Applications](https://developer.fermyon.com/spin/writing-apps) in the Spin documentation. To learn how to publish and distribute your application see the [Publishing and Distribution](https://developer.fermyon.com/spin/distributing-apps) guide in the Spin documentation.
83
84
84
85
For more information on the cli commands and subcommands see the [CLI Reference](https://developer.fermyon.com/common/cli-reference).
0 commit comments