httprequest.monkey2 165 B

123456789101112
  1. Namespace httprequest
  2. #If __TARGET__="android"
  3. #Import "httprequest_android"
  4. #Else If __TARGET__="macos" Or __TARGET__="ios"
  5. #Import "httprequest_ios"
  6. #Endif