http: move FieldCallback
This commit is contained in:
parent
ce757177c6
commit
8dfedea393
2 changed files with 3 additions and 3 deletions
|
@ -173,6 +173,8 @@ public record HttpFields
|
|||
}
|
||||
}
|
||||
|
||||
public delegate void FieldCallback(string name, string value);
|
||||
|
||||
public enum ConnectionType
|
||||
{
|
||||
Close,
|
||||
|
|
|
@ -115,6 +115,4 @@ public class HttpResponse
|
|||
|
||||
await stream.Flush();
|
||||
}
|
||||
}
|
||||
|
||||
public delegate void FieldCallback(string name, string value);
|
||||
}
|
Loading…
Reference in a new issue