Skip to content

Commit

Permalink
add new header consts
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Dec 20, 2024
1 parent c77fadb commit 5853ade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BeeNet.Core/Models/SwarmHttpConsts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ namespace Etherna.BeeNet.Models
{
public static class SwarmHttpConsts
{
public const string SwarmErrorDocumentHeader = "swarm-error-document";
public const string SwarmFeedIndexHeader = "swarm-feed-index";
public const string SwarmIndexDocumentHeader = "swarm-index-document";
public const string SwarmPinningHeader = "swarm-pin";
public const string SwarmPostageBatchIdHeader = "swarm-postage-batch-id";
public const string SwarmTagHeader = "swarm-tag";
Expand Down

0 comments on commit 5853ade

Please sign in to comment.