Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <[email protected]>
  • Loading branch information
juntao authored Aug 19, 2023
1 parent b5ca41a commit 76ffb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/rust/http_service/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 2
For WasmEdge to become a cloud-native runtime for microservices, it needs to support HTTP servers. By its very nature, the HTTP server is always asynchronous (non-blocking -- so that it can handle concurrent requests). This chapter will cover HTTP servers using popular Rust APIs.

* [The warp API](#the-warp-api)
* [The hyper API](#the-hyper-api).
* [The hyper API](#the-hyper-api)

<!-- prettier-ignore -->
:::note
Expand Down

0 comments on commit 76ffb61

Please sign in to comment.