<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
...

JavaScript RESTful jQuery PUT/DELETE l...

by Aupajo, May 27, 2009 00:49, 10 refactorings, tagged with http, jquery, rest, put, delete, request

I'm putting together PUT/DE...

Ca3dc3f93730afb41d6753d8bf010a38 Talk
#include <stdlib.h>
#include <vector>
#include <string>
...

C++ An efficient HTTP parser

by steve.hanov.myopenid.com, March 09, 2009 22:48, 4 refactorings, tagged with sockets, http, server

I'm writing a web server, a...

D41d8cd98f00b204e9800998ecf8427e Talk
<?php
function parse_accept_headers($default = 'html'){
  $formats = array(
...

PHP Parse HTTP Accept headers

by hubfactor, January 07, 2009 16:25, 4 refactorings, tagged with http

a) define a list of MIME ty...

Ed9c50a6db8b5e078b5ef84306a8477c Talk
#!/usr/bin/python
# -*- coding: utf-8 -*-

...

Python Query TinyUrl the fastest way

by kael, August 25, 2008 18:44, No refactoring, tagged with python, http, tinyurl, urllib, urllib2

I'm looking for the fastest...

Ec5a58db4acc016568e0293d283cbc2d Talk
<? php
if $userinput = "http://www."
{
...

PHP Replace user input with link

by Mlopez, January 02, 2008 01:39, 28 refactorings, tagged with http, parsing, phrasing, help, user, php, url, with, text, replace

im not quite sure where to ...

132a00e84e74c003f68311b39b28e969 Talk