tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Authority
Core
HttpSuccessResponse.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Authority.Core
2
{
6
public
enum
HttpSuccessResponse
7
{
11
Ok
,
12
16
Created
,
17
21
Accepted
,
22
}
23
}
Tgstation.Server.Host.Authority.Core
Definition
AuthorityBase.cs:14
Tgstation.Server.Host.Authority.Core.HttpSuccessResponse
HttpSuccessResponse
Indicates the type of HTTP status code a successful AuthorityResponse<TResult> should generate.
Definition
HttpSuccessResponse.cs:7
Tgstation.Server.Host.Authority.Core.HttpSuccessResponse.Created
@ Created
HTTP 201.
Tgstation.Server.Host.Authority.Core.HttpSuccessResponse.Accepted
@ Accepted
HTTP 202.
Tgstation.Server.Host.Authority.Core.HttpSuccessResponse.Ok
@ Ok
HTTP 200.
Generated by
1.9.8