TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Scripting Language for HTTP

75 pointsby nimitkalraalmost 10 years ago

8 comments

andreineculaualmost 10 years ago
KATT does a few more things (since it&#x27;s goal is testing HTTP), but I&#x27;ve used it also for scripting purposes. The syntax is 99% plain HTTP syntax.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;for-GET&#x2F;katt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;for-GET&#x2F;katt</a>
jimjagalmost 10 years ago
Yet another Github project that could be useful, except that there is no explicit license. Which means it&#x27;s under traditional copyright.
评论 #10073346 未加载
评论 #10077066 未加载
评论 #10072884 未加载
评论 #10073570 未加载
_druualmost 10 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;jkbrzt&#x2F;httpie" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jkbrzt&#x2F;httpie</a>
baldfatalmost 10 years ago
Creating this Language in Racket would be the best option IMHO. Racket was made for specifically this reason.<p><a href="http:&#x2F;&#x2F;docs.racket-lang.org&#x2F;guide&#x2F;languages.html" rel="nofollow">http:&#x2F;&#x2F;docs.racket-lang.org&#x2F;guide&#x2F;languages.html</a>
max0563almost 10 years ago
Author here, I am currently looking for someone who would be interested in improving and maintaining this project. I have been trying but I don&#x27;t really have time due to work and other things happening in my life. I would like to see HTTPLang grow,and it seems like there is some interest in the community. If anyone is interested send me an email at max00355@gmail.com
评论 #10080213 未加载
ufoalmost 10 years ago
I&#x27;m curious why this was made into a scripting language instead of into a regular Python library. It it were regular Python you would get tons of features for free like loops, functions, if statements, etc.
评论 #10072961 未加载
评论 #10072761 未加载
JimDabellalmost 10 years ago
Previous discussion on Hacker News:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9598443" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9598443</a>
swalshalmost 10 years ago
One problem i&#x27;ve had using python to script loading pages, is sometimes other pages you need things from load in frames based on a javascript load functions. PhantomJS solves this by emulating the browser... of course then you have to do everything in javascript.
评论 #10072584 未加载