I’m posting a pull request for the Perfect-HTTP quickstart instructions, mostly in order to get some feedback on whether there should be more detail here, or if it makes more sense to put that in the HTTPServer quickstart and in the Docs themselves? I could add a few more samples of accessing properties on the Request and Response objects...
Ok, I feel stupid asking this question, but how do I get my fork to update/pull from the master?
Ryan Collins
@rymcol
@taplin add the origin repo as upstream
git remote add upstream (original repo)
Edit: Code Block
then git pull upstream master
Then keep your fork as origin, so you can still branch and work with it like normal
Just make sure when you do a PR you don’t merge your branch into your own - wait until the PR is merged, then delete your branch and pull upstream master
otherwise you get pointless conflicts
Tim Taplin
@taplin
ok, will give it a shot
Tim Taplin
@taplin
thanks Ryan. and just in advance, yes, Kyle, I plagiarized several lines from your HTTPRequest, Response and Routing Docs. In my defense, “consistency” is good. ;)
Tim Taplin
@taplin
@iamjono are you still around ?
Jonathan Guthrie
@iamjono
@taplin I am now :)
Had Ari and his partner staying at our place last night as they were in Toronto for the night. (Ari as in Lasso dev)… so wasn’t online last night sorry
will review PR's
_
Jonathan Guthrie
@iamjono
@taplin accepted your PR, looks grand
don’t forget to use swift keyword for github syntax highlighting ;)