CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 15 Aug 2025 17:58:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090421040816
location: https://web.archive.org/web/20090421040816/https://github.com/jmathai/epicode/issues
server-timing: captures_list;dur=0.635996, exclusion.robots;dur=0.023138, exclusion.robots.policy;dur=0.010552, esindex;dur=0.012880, cdx.remote;dur=16.885681, LoadShardBlock;dur=332.989233, PetaboxLoader3.datanode;dur=39.902663, PetaboxLoader3.resolve;dur=169.375656
x-app-server: wwwb-app220
x-ts: 302
x-tr: 382
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 15 Aug 2025 17:59:00 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Tue, 21 Apr 2009 04:08:15 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 407ms
x-archive-orig-etag: "729373d3b822509b5d7ccb0cefd5db7a"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 36902
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 21 Apr 2009 04:08:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 21 Apr 2009 04:08:16 GMT", ; rel="memento"; datetime="Tue, 21 Apr 2009 04:08:16 GMT", ; rel="next memento"; datetime="Tue, 28 Apr 2009 13:22:59 GMT", ; rel="last memento"; datetime="Fri, 15 Jan 2010 23:18:56 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_9_20090421031837_crawl103-c/52_9_20090421040801_crawl101.arc.gz
server-timing: captures_list;dur=0.577951, exclusion.robots;dur=0.020633, exclusion.robots.policy;dur=0.010172, esindex;dur=0.011535, cdx.remote;dur=29.345492, LoadShardBlock;dur=193.468221, PetaboxLoader3.datanode;dur=178.658586, PetaboxLoader3.resolve;dur=484.683404, load_resource;dur=477.567488
x-app-server: wwwb-app220
x-ts: 200
x-tr: 771
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Issues - jmathai/epicode - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | An extremely lightweight PHP framework. It includes caching, session, database, form validation, twitter, oauth and asynchronous/non-blocking curl components. |
Sort by:
Priority
Priority
|
Votes
Votes
|
Last Updated
Last Updated
Loading…
-
enhancementx
Handle response codes. One option is to throw exceptions if not 200 series. Problem is that not all non-200 responses represent errors.
Comments
-
enhancementx
Enable requests to EpiTwitter's xml api.
Comments
-
enhancementx
EpiTwitterJson can be used as a general JSON response object. This was original submitted by @arikfr.
Comments
-
Debugging OAuth is a pain. Add some debugging options to output OAuth information.
Comments
-
enhancementx
Port EpiForm to jquery and deprecate support for yui and prototype.js.
Comments
-
enhancementx
Sessions work great but at times you need to use something other storage systems. One example would be using memcached or mysql for shared sessions across multiple servers or apc for unit tests.
Comments
This feature is coming soon. Sit tight!