• 0 Posts
  • 35 Comments
Joined 1 year ago
cake
Cake day: August 16th, 2023

help-circle

  • Hyper isn’t supposed to be what you use if you just want to make a web request or serve some content. You use request and Axum/actix/warp/rocket for that respectively.

    It’s supposed to handle the conversion between bytestream and structs representing http. It is really good at that.