mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 21:27:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace Roblox.Common.Mime;
|
||||
|
||||
public static class MimeHeaders
|
||||
{
|
||||
public const string ContentDescription = "content-description";
|
||||
|
||||
public const string ContentDisposition = "content-disposition";
|
||||
|
||||
public const string ContentId = "content-id";
|
||||
|
||||
public const string ContentTransferEncoding = "content-transfer-encoding";
|
||||
|
||||
public const string ContentType = "content-type";
|
||||
|
||||
public const string MimeVersion = "mime-version";
|
||||
}
|
||||
Reference in New Issue
Block a user