Skip to content

Instantly share code, notes, and snippets.

View javib51's full-sized avatar
:octocat:

Javier Benitez javib51

:octocat:
View GitHub Profile
@javib51
javib51 / Podfile
Created July 19, 2021 09:05
Flutter: Command PhaseScriptExecution failed without error
# Uncomment this line to define a global platform for your project
platform :ios, '10.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
project 'Runner', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,
'''
Example using headers. The fields were filled with generic values
'''
import requests
url = 'http://www.example.com/page'
#Create headers
header = {}
header['Host'] = 'www.example.com'