Tampilkan postingan dengan label HTTP. Tampilkan semua postingan
Tampilkan postingan dengan label HTTP. Tampilkan semua postingan
Jumat, 16 November 2018
Kamis, 15 November 2018
Selasa, 21 Februari 2017
Minggu, 03 April 2016
KONG !!!!
Kamis, 24 Desember 2015
lwan
Lwan is a
high-performance & scalable web server.
Requests per second vs. number of concurrent connections?
| Hello, World! (C) | 100B file | ||
| Hello, World! (LuaJIT) | 32KiB file |
With its low disk and memory footprints, it's suitable to be used from embedded devices to robust servers. Both static and dynamic content can be served, as it can also be used as a library. Dynamic content can be generated by code written in either C or Lua.
(Read More..)
Kamis, 29 Mei 2014
Jumat, 08 November 2013
Speeding up mobile pages with mod_pagespeed and ngx_pagespeed
Diposting oleh
kwepik
di
19.41
.
Jumat, 08 November 2013 .
Label:
Google,
Google Chrome,
HTTP,
Internet
Sabtu, 06 Juli 2013
MONKEY HTTP SERVER {GEEK}
Jumat, 07 Juni 2013
Improving testing by using real traffic from production
Kamis, 06 Juni 2013
Rabu, 08 Mei 2013
An HTTP & SPDY client for Android and Java applications
HTTP is the way modern applications network. It’s how we exchange data & media.
Doing HTTP efficiently makes your stuff load faster and saves bandwidth.
OkHttp is an HTTP client that’s efficient by default:
- SPDY support allows all requests to the same host to share a socket.
- Connection pooling reduces request latency (if SPDY isn’t available).
- Transparent GZIP shrinks download sizes.
- Response caching avoids the network completely for repeat requests.
You can try OkHttp without rewriting your network code. The core module implements the familiar
java.net.HttpURLConnection API. And the optional
okhttp-apache module implements the Apache HttpClient API.OkHttp supports Android 2.2 and above. For Java, the minimum requirement is 1.5.
http://square.github.io/okhttp/ (Read More..)
Jumat, 03 Mei 2013
Jumat, 12 April 2013
Sabtu, 06 April 2013
What every web developer must know about URL encoding
Minggu, 27 Januari 2013
Rails SecureHeaders
The gem will automatically apply several headers that are related to security. This includes:
- Content Security Policy (CSP) - Helps detect/prevent XSS, mixed-content, and other classes of attack. CSP 1.1 Specification
- HTTP Strict Transport Security (HSTS) - Ensures the browser never visits the http version of a website. Protects from SSLStrip/Firesheep attacks. HSTS Specification
- X-Frame-Options (XFO) - Prevents your content from being framed and potentially clickjacked. X-Frame-Options draft
- X-XSS-Protection - Cross site scripting heuristic filter for IE/Chrome
- X-Content-Type-Options - Prevent content type sniffing
Kamis, 24 Januari 2013
Jumat, 21 Desember 2012
Langganan:
Postingan (Atom)