aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Http
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-17 16:03:28 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-17 16:03:28 -0400
commit3b7004b88acfc7f7baa3a8857a5a2f7cf3dd560e (patch)
tree48dced81a3669c17ca904f65862e3979fb660a24 /lib/Net.Http
parent9a964795757bf0da4dd7fcab15ad304f4ea3fdf1 (diff)
feat: Added ReadFileDataAsync function
Diffstat (limited to 'lib/Net.Http')
-rw-r--r--lib/Net.Http/src/Core/Response/ResponsBodyDataState.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Net.Http/src/Core/Response/ResponsBodyDataState.cs b/lib/Net.Http/src/Core/Response/ResponsBodyDataState.cs
index 797d490..bd43def 100644
--- a/lib/Net.Http/src/Core/Response/ResponsBodyDataState.cs
+++ b/lib/Net.Http/src/Core/Response/ResponsBodyDataState.cs
@@ -3,10 +3,10 @@
*
* Library: VNLib
* Package: VNLib.Net.Http
-* File: ResponseWriter.cs
+* File: ResponsBodyDataState.cs
*
-* ResponseWriter.cs is part of VNLib.Net.Http which is part of the larger
-* VNLib collection of libraries and utilities.
+* ResponsBodyDataState.cs is part of VNLib.Net.Http which is part of
+* the larger VNLib collection of libraries and utilities.
*
* VNLib.Net.Http is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as