Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
node-http-proxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
node-http-proxy
Commits
9e36d2d2
Commit
9e36d2d2
authored
May 17, 2011
by
indexzero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[doc] Regenerate docco docs
parent
9c6c4b90
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
16 deletions
+33
-16
docs/docco.css
docs/docco.css
+13
-5
docs/node-http-proxy.html
docs/node-http-proxy.html
+19
-10
docs/proxy-table.html
docs/proxy-table.html
+1
-1
No files found.
docs/docco.css
View file @
9e36d2d2
...
@@ -15,12 +15,20 @@ a {
...
@@ -15,12 +15,20 @@ a {
p
{
p
{
margin
:
0
0
15px
0
;
margin
:
0
0
15px
0
;
}
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
h4
,
h5
,
h6
{
margin
:
0px
0
15px
0
;
color
:
#333
;
margin
:
6px
0
6px
0
;
font-size
:
13px
;
}
}
h1
{
h2
,
h3
{
margin-top
:
40px
;
margin-bottom
:
0
;
color
:
#000
;
}
}
h1
{
margin-top
:
40px
;
margin-bottom
:
15px
;
color
:
#000
;
}
#container
{
#container
{
position
:
relative
;
position
:
relative
;
}
}
...
@@ -115,7 +123,7 @@ table td {
...
@@ -115,7 +123,7 @@ table td {
}
}
pre
,
tt
,
code
{
pre
,
tt
,
code
{
font-size
:
12px
;
line-height
:
18px
;
font-size
:
12px
;
line-height
:
18px
;
font-family
:
Monaco
,
Consolas
,
"Lucida Console"
,
monospace
;
font-family
:
M
enlo
,
M
onaco
,
Consolas
,
"Lucida Console"
,
monospace
;
margin
:
0
;
padding
:
0
;
margin
:
0
;
padding
:
0
;
}
}
...
...
docs/node-http-proxy.html
View file @
9e36d2d2
This diff is collapsed.
Click to expand it.
docs/proxy-table.html
View file @
9e36d2d2
<!DOCTYPE html>
<html>
<head>
<title>
proxy-table.js
</title>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=UTF-8"
>
<link
rel=
"stylesheet"
media=
"all"
href=
"docco.css"
/>
</head>
<body>
<div
id=
"container"
>
<div
id=
"background"
></div>
<div
id=
"jump_to"
>
Jump To
…
<div
id=
"jump_wrapper"
>
<div
id=
"jump_page"
>
<a
class=
"source"
href=
"node-http-proxy.html"
>
node-http-proxy.
js
</a>
<a
class=
"source"
href=
"proxy-table.html"
>
proxy-table.js
</a>
</div>
</div>
</div>
<table
cellpadding=
"0"
cellspacing=
"0"
>
<thead>
<tr>
<th
class=
"docs"
>
<h1>
proxy-table.js
</h1>
</th>
<th
class=
"code"
>
</th>
</tr>
</thead>
<tbody>
<tr
id=
"section-1"
>
<td
class=
"docs"
>
<div
class=
"pilwrap"
>
<a
class=
"pilcrow"
href=
"#section-1"
>
¶
</a>
</div>
</td>
<td
class=
"code"
>
<div
class=
"highlight"
><pre><span
class=
"cm"
>
/*
</span>
<!DOCTYPE html>
<html>
<head>
<title>
proxy-table.js
</title>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=UTF-8"
>
<link
rel=
"stylesheet"
media=
"all"
href=
"docco.css"
/>
</head>
<body>
<div
id=
"container"
>
<div
id=
"background"
></div>
<div
id=
"jump_to"
>
Jump To
…
<div
id=
"jump_wrapper"
>
<div
id=
"jump_page"
>
<a
class=
"source"
href=
"node-http-proxy.html"
>
node-http-proxy.
html
</a>
<a
class=
"source"
href=
"proxy-table.html"
>
proxy-table.html
</a>
</div>
</div>
</div>
<table
cellpadding=
"0"
cellspacing=
"0"
>
<thead>
<tr>
<th
class=
"docs"
>
<h1>
proxy-table.js
</h1>
</th>
<th
class=
"code"
>
</th>
</tr>
</thead>
<tbody>
<tr
id=
"section-1"
>
<td
class=
"docs"
>
<div
class=
"pilwrap"
>
<a
class=
"pilcrow"
href=
"#section-1"
>
¶
</a>
</div>
</td>
<td
class=
"code"
>
<div
class=
"highlight"
><pre><span
class=
"cm"
>
/*
</span>
<span
class=
"cm"
>
node-http-proxy.js: Lookup table for proxy targets in node.js
</span>
<span
class=
"cm"
>
node-http-proxy.js: Lookup table for proxy targets in node.js
</span>
<span
class=
"cm"
>
Copyright (c) 2010 Charlie Robbins
</span>
<span
class=
"cm"
>
Copyright (c) 2010 Charlie Robbins
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment