http-status-codes 0.1.0
List of HTTP Status codes
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
HTTP Status Codes
Add to your Project
dub add http-status-codes
Usage:
import std.stdio;
import http_status;
void main()
{
auto status = HttpStatus.notFound;
writefln("%d - %s", status, status.toString);
}
- 0.1.0 released 2 months ago
- aravindavk/http-status-codes
- MIT
- Copyright © 2024, Aravinda VK <mail@aravindavk.in>
- Authors:
- Dependencies:
- none
- Versions:
-
0.1.0 2024-Dec-24 ~main 2024-Dec-24 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
0 downloads total
-
- Score:
- 0.3
- Short URL:
- http-status-codes.dub.pm