@@ -92,6 +92,7 @@ S3method(.cube_token_generator,mpc_cube)
92
92
S3method(.data_get_ts,class_cube)
93
93
S3method(.data_get_ts,raster_cube)
94
94
S3method(.gc_arrange_images,raster_cube)
95
+ S3method(.get_request,httr2)
95
96
S3method(.ml_normalize,default)
96
97
S3method(.ml_normalize,torch_model)
97
98
S3method(.mosaic_split_band_date,derived_cube)
@@ -134,6 +135,16 @@ S3method(.raster_yres,terra)
134
135
S3method(.reg_s2tile_convert,dem_cube)
135
136
S3method(.reg_s2tile_convert,grd_cube)
136
137
S3method(.reg_s2tile_convert,rtc_cube)
138
+ S3method(.request,httr2)
139
+ S3method(.request_check_package,httr2)
140
+ S3method(.request_headers,httr2)
141
+ S3method(.request_query,httr2)
142
+ S3method(.response_check_status,httr2)
143
+ S3method(.response_content,httr2)
144
+ S3method(.response_content_type,httr2)
145
+ S3method(.response_is_error,httr2)
146
+ S3method(.response_status,httr2)
147
+ S3method(.retry_request,httr2)
137
148
S3method(.samples_alloc_strata,class_cube)
138
149
S3method(.samples_alloc_strata,class_vector_cube)
139
150
S3method(.samples_bands,default)
0 commit comments