Skip to content

Commit a7025a4

Browse files
committed
v0.3 converted abstract base class into an interface
1 parent 7d3d184 commit a7025a4

33 files changed

Lines changed: 65 additions & 76 deletions

HTTP Client Abstract.vipb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2025-08-19 10:27:18" Modified_Date="2025-08-22 14:30:17" Creator="Jim" Comments="" ID="602cd7cea2600bd55988d522f4805fd8">
1+
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2025-08-19 10:27:18" Modified_Date="2025-08-22 22:09:25" Creator="Jim" Comments="" ID="51803296e9dd0b7761cc1dc3294dfdab">
22
<Library_General_Settings>
33
<Package_File_Name>vipm_io_http_client_abstract</Package_File_Name>
4-
<Library_Version>0.2.0.15</Library_Version>
4+
<Library_Version>0.3.0.16</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>lv_src</Library_Source_Folder>
77
<Library_Output_Folder>built</Library_Output_Folder>
@@ -38,8 +38,7 @@ Includes a default implementation of the built-in LabVIEW HTTP Client and uses t
3838
<Copyright/>
3939
<Packager>visit homepage - various contributors</Packager>
4040
<URL>https://github.com/vipm-io/http-client-plugin-base</URL>
41-
<Release_Notes>- added Status Code (e.g. 200, 400) u32 output of all HTTP METHODS, similar to the NI Advanced HTTP Client.
42-
- added a support VI to the base class for parsing status code from the http response headers, so that child/implementation classes can use it, if needed.
41+
<Release_Notes>- converted abstract base class into an interface
4342

4443
Contributors: @negentropicdev @justiceb @jimkring</Release_Notes>
4544
</Description>
@@ -461,7 +460,7 @@ Contributors: @negentropicdev @justiceb @jimkring</Release_Notes>
461460
<Path>lv_src\Classes\Abstract HTTP Client\List Headers.vi</Path>
462461
<VI_Title/>
463462
</Items_Data>
464-
<GUID>B0294ACB41943AAA1E978532D2B31A6F</GUID>
463+
<GUID>F698EF674A99B5198060AD88F6617949</GUID>
465464
</Functions_Palette_Data>
466465
</Library_Palette_Definition>
467466
</VI_Package_Builder_Settings>

lv_src/Classes/Abstract HTTP Client/Abstract HTTP Client.lvclass

Lines changed: 41 additions & 55 deletions
Large diffs are not rendered by default.
-1.53 KB
Binary file not shown.
-840 Bytes
Binary file not shown.
280 Bytes
Binary file not shown.
272 Bytes
Binary file not shown.
-1.02 KB
Binary file not shown.
272 Bytes
Binary file not shown.
-1.09 KB
Binary file not shown.
-940 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)