tgstation-server 6.8.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IApiHeadersProvider.cs
Go to the documentation of this file.
2
4{
8 public interface IApiHeadersProvider
9 {
14
19
27 }
28}
Represents the header that must be present for every server request.
Definition: ApiHeaders.cs:25
Thrown when trying to generate ApiHeaders from Microsoft.AspNetCore.Http.Headers.RequestHeaders fails...
ApiHeaders CreateAuthlessHeaders()
Attempt to create Api.ApiHeaders without checking for the presence of an Microsoft....