He mentioned that nginx using lua managed the requests but I didn't see the code for that. Is that available anywhere?
what does your startup do?
If I buy a building that has the fiber installed what would be required to run the internet just for me or my company? How much (and what) in equipment am I looking at? I wouldn't want to be an ISP....just provide…
Why annual pricing? I'd do it if you had monthly pricing.....Since the payment is annual what happens if 2 or 3 months in I decide to change and need something else?
I guess I wasn't specific enough. I'd like to stream the response so as to use less memory. I also need to ensure the body is utf-8 encoded because that makes Go happy.…
Quick question: Since Go's html parsing requires utf-8 encoding is there a way to convert the response to utf-8 without ioutil.ReadAll()? (Still pretty new to Go).
He mentioned that nginx using lua managed the requests but I didn't see the code for that. Is that available anywhere?
what does your startup do?
If I buy a building that has the fiber installed what would be required to run the internet just for me or my company? How much (and what) in equipment am I looking at? I wouldn't want to be an ISP....just provide…
Why annual pricing? I'd do it if you had monthly pricing.....Since the payment is annual what happens if 2 or 3 months in I decide to change and need something else?
I guess I wasn't specific enough. I'd like to stream the response so as to use less memory. I also need to ensure the body is utf-8 encoded because that makes Go happy.…
Quick question: Since Go's html parsing requires utf-8 encoding is there a way to convert the response to utf-8 without ioutil.ReadAll()? (Still pretty new to Go).