Advertisement
Guest User

Untitled

a guest
Jul 16th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (use '[clj-http.client :as client])
  2. (use '[net.cgrand.enlive-html :as html])
  3.  
  4. (def test (:body (client/post "http://search.belpost.by/ajax/search" {:form-params { :item "RX248207398CH" :internal "2" }})))
  5. (html/html-resource test)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement