1 Star 1 Fork 34

酸甜味的CODE/fastgithub

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ResponseConfig.cs 536 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiulang 提交于 2021-07-27 20:46 +08:00 . 项目重命名
namespace FastGithub.Configuration
{
/// <summary>
/// 响应配置
/// </summary>
public record ResponseConfig
{
/// <summary>
/// 状态码
/// </summary>
public int StatusCode { get; init; } = 200;
/// <summary>
/// 内容类型
/// </summary>
public string ContentType { get; init; } = "text/plain;charset=utf-8";
/// <summary>
/// 内容的值
/// </summary>
public string? ContentValue { get; init; }
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/alien_ck/fastgithub.git
git@gitee.com:alien_ck/fastgithub.git
alien_ck
fastgithub
fastgithub
master

搜索帮助