feat: add rustls

This commit is contained in:
2026-03-20 16:24:16 +01:00
parent 04cf661d02
commit 4e2542ba9d
399 changed files with 37007 additions and 23522 deletions

View File

@@ -4,11 +4,13 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | Option<**String**> | | [optional]
**encoding** | Option<**String**> | | [optional]
**sha** | Option<**String**> | | [optional]
**size** | Option<**i64**> | | [optional]
**url** | Option<**String**> | | [optional]
**content** | Option<**String**> | The content of the git blob (may be base64 encoded) | [optional]
**encoding** | Option<**String**> | The encoding used for the content (e.g., \"base64\") | [optional]
**lfs_oid** | Option<**String**> | The LFS object ID if this blob is stored in LFS | [optional]
**lfs_size** | Option<**i64**> | The size of the LFS object if this blob is stored in LFS | [optional]
**sha** | Option<**String**> | The SHA hash of the git blob | [optional]
**size** | Option<**i64**> | The size of the git blob in bytes | [optional]
**url** | Option<**String**> | The URL to access this git blob | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)