http-status-codes ~main

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);
}
Authors:
  • Aravinda VK <mail@aravindavk.in>
Dependencies:
none
Versions:
0.1.0 2024-Dec-24
~main 2024-Dec-24
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 2 downloads this week

  • 2 downloads this month

  • 3 downloads total

Score:
0.4
Short URL:
http-status-codes.dub.pm