Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added lv_src/HTTP Client Plugin/Close Handle.vi
Binary file not shown.
Binary file added lv_src/HTTP Client Plugin/GET.vi
Binary file not shown.
Binary file not shown.
52 changes: 52 additions & 0 deletions lv_src/HTTP Client Plugin/HTTP Client reqwest.lvclass

Large diffs are not rendered by default.

Binary file added lv_src/HTTP Client Plugin/Open Handle.vi
Binary file not shown.
11 changes: 11 additions & 0 deletions lv_src/reqwest.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<Item Name="Example - Download with Progress and Abort (RUST).vi" Type="VI" URL="../Examples/Example - Download with Progress and Abort (RUST).vi"/>
<Item Name="Example - Multipart File Upload.vi" Type="VI" URL="../MultipartForm/Example - Multipart File Upload.vi"/>
</Item>
<Item Name="HTTP Client Plugin" Type="Folder">
<Item Name="HTTP Client reqwest.lvclass" Type="LVClass" URL="../HTTP Client Plugin/HTTP Client reqwest.lvclass"/>
<Item Name="HTTP Client reqwest Tree.vi" Type="VI" URL="../HTTP Client Plugin/HTTP Client reqwest Tree.vi"/>
</Item>
<Item Name="reqwest.lvlib" Type="Library" URL="../reqwest.lvlib"/>
<Item Name="Dependencies" Type="Dependencies">
<Item Name="user.lib" Type="Folder">
Expand Down Expand Up @@ -178,8 +182,15 @@
<Item Name="Librarian Set Info.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/libraryn.llb/Librarian Set Info.vi"/>
<Item Name="Set VI Library File Info.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/libraryn.llb/Set VI Library File Info.vi"/>
<Item Name="TRef Traverse.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/traverseref.llb/TRef Traverse.vi"/>
<Item Name="Trim Whitespace One-Sided.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Trim Whitespace One-Sided.vi"/>
<Item Name="HTTP Client Abstract.lvlib" Type="Library" URL="/&lt;vilib&gt;/VIPM Community/HTTP Client Plugin - Base/HTTP Client Abstract.lvlib"/>
<Item Name="LabVIEWHTTPClient.lvlib" Type="Library" URL="/&lt;vilib&gt;/httpClient/LabVIEWHTTPClient.lvlib"/>
<Item Name="Path To Command Line String.vi" Type="VI" URL="/&lt;vilib&gt;/AdvancedString/Path To Command Line String.vi"/>
<Item Name="PathToUNIXPathString.vi" Type="VI" URL="/&lt;vilib&gt;/Platform/CFURL.llb/PathToUNIXPathString.vi"/>
</Item>
<Item Name="lv_reqwest_64.dll" Type="Document" URL="../lv_reqwest_64.dll"/>
<Item Name="lv_reqwest_32.dll" Type="Document" URL="../lv_reqwest_32.dll"/>
<Item Name="lv_reqwest_64.so" Type="Document" URL="../lv_reqwest_64.so"/>
</Item>
<Item Name="Build Specifications" Type="Build"/>
</Item>
Expand Down
Loading