Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Help with converting HTTP::Request to Plack::Request

by Your Mother (Archbishop)
on Feb 10, 2020 at 07:56 UTC ( [id://11112721]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Server
    plackup -MYAML -e 'sub { warn Dump(+shift), $/; [ 200, [], [ "OHAI" ]]
    + }'
    HTTP::Server::PSGI: Accepting connections at http://0:5000/
    
  2. or download this
    # Client
    use 5.16.2;
    ...
            printf "%12s -> %s\n", $method, $uri->$method;
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11112721]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-18 12:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found