httpageboy-1.0.0 has been yanked.
eqeqo - HTTPageboy
Welcome to our HTTP server project! This is a simple server built in Rust that handles HTTP requests and responses.
A basic package for handling HTTP request and response transmission on the server side, without additional processing.
Requests can be any HTTP request.Routes are formed by the path, the HTTP request type, and the function to handle the request. The function must return aResponseinstance.Responses type are identified by the content type and are returned as bytes to browsers.
Example
Creating a simple server:
use ;
// Demo route handler (valid empty answer)
// Another demo route handler (also empty)
Dependencies
There are no external dependencies. :)
License
Copyright (c) 2024 fahedsl This project is licensed under the MIT License. For more details, refer to the MIT License.