Skip to content

Instantly share code, notes, and snippets.

@ralt
Created July 15, 2017 23:12
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/b3a78fb2d1a1dfd5ee63c153454afe4e to your computer and use it in GitHub Desktop.
Save ralt/b3a78fb2d1a1dfd5ee63c153454afe4e to your computer and use it in GitHub Desktop.
[ralt@zap httpickle]$ PORT=4445 ./build/httpickle
Handling request for /
debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "main thread" RUNNING {1003266AC3}>:
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 and their values
1: [RESPOND ] Send a response to the request
((:METHOD HUNCHENTOOT:ACCEPTOR-DISPATCH-REQUEST (HTTPICKLE::HTTPICKLE-ACCEPTOR T)) #<unused argument> #<HUNCHENTOOT:REQUEST {10045B0873}>) [fast-method]
source: (ERROR "")
0] 0
((HOST . localhost:4445) (CONNECTION . keep-alive)
(CACHE-CONTROL . max-age=0)
(UPGRADE-INSECURE-REQUESTS . 1)
(USER-AGENT
. Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36)
(ACCEPT
. text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8)
(DNT . 1) (ACCEPT-ENCODING . gzip, deflate, br)
(ACCEPT-LANGUAGE . fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4)
(COOKIE . gsScrollPos-399=0))
debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "main thread" RUNNING {1003266AC3}>:
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 and their values
1: [RESPOND ] Send a response to the request
((:METHOD HUNCHENTOOT:ACCEPTOR-DISPATCH-REQUEST (HTTPICKLE::HTTPICKLE-ACCEPTOR T)) #<unused argument> #<HUNCHENTOOT:REQUEST {10045B0873}>) [fast-method]
source: (ERROR "")
0] 1
127.0.0.1 - [2017-07-16 01:09:26] "GET / HTTP/1.1" 200 3 "-" "Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"
Handling request for /favicon.ico
debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "main thread" RUNNING {1003266AC3}>:
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 and their values
1: [RESPOND ] Send a response to the request
((:METHOD HUNCHENTOOT:ACCEPTOR-DISPATCH-REQUEST (HTTPICKLE::HTTPICKLE-ACCEPTOR T)) #<unused argument> #<HUNCHENTOOT:REQUEST {1005364983}>) [fast-method]
source: (ERROR "")
0] 1
127.0.0.1 - [2017-07-16 01:09:27] "GET /favicon.ico HTTP/1.1" 200 3 "http://localhost:4445/" "Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment