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
|
public enum ConnectionType
|
||||||
{
|
{
|
||||||
Close,
|
Close,
|
||||||
|
|
|
@ -116,5 +116,3 @@ public class HttpResponse
|
||||||
await stream.Flush();
|
await stream.Flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public delegate void FieldCallback(string name, string value);
|
|
Loading…
Reference in a new issue