Skip to content

Instantly share code, notes, and snippets.

@ralt
Created July 16, 2017 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralt/c72f7274f2b4ca218a90f956601f62c6 to your computer and use it in GitHub Desktop.
Save ralt/c72f7274f2b4ca218a90f956601f62c6 to your computer and use it in GitHub Desktop.
Handling request for http://margaine.com/
debugger invoked on a HTTPICKLE::HTTPICKLE-CONDITION in thread
#<THREAD "main thread" RUNNING {1003266DB3}>:
on incoming HTTP REQUEST
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [PRINT-HEADERS] Print the headers of the request and their values
1: [SEND-REQUEST ] Send the request downstream
(INVOKE-DEBUGGER on incoming HTTP REQUEST)
0] 0
HOST: margaine.com
USER-AGENT: curl/7.53.1
ACCEPT: */*
PROXY-CONNECTION: Keep-Alive
CONTENT-LENGTH: 3
CONTENT-TYPE: application/x-www-form-urlencoded
debugger invoked on a HTTPICKLE::HTTPICKLE-CONDITION in thread
#<THREAD "main thread" RUNNING {1003266DB3}>:
on incoming HTTP REQUEST
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [PRINT-HEADERS] Print the headers of the request and their values
1: [SEND-REQUEST ] Send the request downstream
(INVOKE-DEBUGGER on incoming HTTP REQUEST)
0] 1
debugger invoked on a HTTPICKLE::HTTPICKLE-CONDITION in thread
#<THREAD "main thread" RUNNING {1003266DB3}>:
on incoming HTTP RESPONSE
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [PRINT-HEADERS] Print the headers of the response and their values
1: [SEND-RESPONSE] Send the response upstream
(INVOKE-DEBUGGER on incoming HTTP RESPONSE)
0] 0
SERVER: GitHub.com
DATE: Sun, 16 Jul 2017 21:58:12 GMT
CONTENT-TYPE: text/html; charset=utf-8
CONTENT-LENGTH: 13318
CONNECTION: close
LAST-MODIFIED: Tue, 22 Dec 2015 23:13:27 GMT
ACCESS-CONTROL-ALLOW-ORIGIN: *
EXPIRES: Sun, 16 Jul 2017 22:08:12 GMT
CACHE-CONTROL: max-age=600
ACCEPT-RANGES: bytes
X-GITHUB-REQUEST-ID: BFA4:5C51:10BD7B1:179E001:596BE174
debugger invoked on a HTTPICKLE::HTTPICKLE-CONDITION in thread
#<THREAD "main thread" RUNNING {1003266DB3}>:
on incoming HTTP RESPONSE
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [PRINT-HEADERS] Print the headers of the response and their values
1: [SEND-RESPONSE] Send the response upstream
(INVOKE-DEBUGGER on incoming HTTP RESPONSE)
0] 1
127.0.0.1 - [2017-07-16 23:58:15] "GET / HTTP/1.1" 200 13318 "-" "curl/7.53.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment