Home
last modified time | relevance | path

Searched refs:httpBody (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-modules-core/ios/Swift/DevTools/
H A DURLRequest+httpBodyData.swift10 if let httpBody = self.httpBody { in httpBodyData() variable
11 return httpBody in httpBodyData()
H A DCdpNetworkTypes.swift49 if let httpBody = request.httpBodyData() { variable
50 self.postData = String(data: httpBody, encoding: .utf8)
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DevTools/
H A DURLRequest+httpBodyData.swift10 if let httpBody = self.httpBody { in httpBodyData() variable
11 return httpBody in httpBodyData()
H A DCdpNetworkTypes.swift49 if let httpBody = request.httpBodyData() { variable
50 self.postData = String(data: httpBody, encoding: .utf8)
/expo/packages/expo-file-system/ios/
H A DNetworkingHelpers.swift44 request.httpBody = data in createUploadTask()
H A DEXFileSystem.m679 NSData *httpBody = [self _createBodyWithBoundary:boundaryString
684 [request setHTTPBody:httpBody];
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/
H A DABI47_0_0EXFileSystem.m680 NSData *httpBody = [self _createBodyWithBoundary:boundaryString
685 [request setHTTPBody:httpBody];
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/
H A DABI49_0_0EXFileSystem.m679 NSData *httpBody = [self _createBodyWithBoundary:boundaryString
684 [request setHTTPBody:httpBody];
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/
H A DABI48_0_0EXFileSystem.m680 NSData *httpBody = [self _createBodyWithBoundary:boundaryString
685 [request setHTTPBody:httpBody];