HttpsCodeRequest 1.0.0
See the version list below for details.
dotnet add package HttpsCodeRequest --version 1.0.0
NuGet\Install-Package HttpsCodeRequest -Version 1.0.0
<PackageReference Include="HttpsCodeRequest" Version="1.0.0" />
paket add HttpsCodeRequest --version 1.0.0
#r "nuget: HttpsCodeRequest, 1.0.0"
// Install HttpsCodeRequest as a Cake Addin #addin nuget:?package=HttpsCodeRequest&version=1.0.0 // Install HttpsCodeRequest as a Cake Tool #tool nuget:?package=HttpsCodeRequest&version=1.0.0
HTTP response status codes
HTTP response status codes indicate whether a specific HTTP
request has been successfully completed. Responses are grouped in five classes:
Buy me a coffee
Whether you use this project, have learned something from it, or just like it, please consider supporting it by buying me a coffee, so I can dedicate more time on open-source projects like this 😃
<a href="https://bmc.link/endfs" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
Features
- Informational responses (100 – 199)
- Successful responses (200 – 299)
- Redirection messages (300 – 399)
- Client error responses (400 – 499)
- Server error responses (500 – 599)
Note:
- The status codes listed below are defined by <a href="https://httpwg.org/specs/rfc9110.html#overview.of.status.codes" target="_blank">RFC 9110</a>
Setup
Clone this repo to your desktop and run npm install
to install all the dependencies.
You might want to look into config.json
to make change the port you want to use and set up a SSL certificate.
Usage
After you clone this repo to your desktop, go to its root directory and run npm install
to install its dependencies.
Once the dependencies are installed, you can run npm start
to start the application. You will then be able to access it at localhost:3000
To give yourself administrator permissions on the chat, you will have to type /role [your-name]
in the app console.
License
You can check out the full license here
This project is licensed under the terms of the MIT license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.