TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A Scripting Language for HTTP

75 点作者 nimitkalra将近 10 年前

8 条评论

andreineculau将近 10 年前
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>
jimjag将近 10 年前
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 未加载
_druu将近 10 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;jkbrzt&#x2F;httpie" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jkbrzt&#x2F;httpie</a>
baldfat将近 10 年前
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>
max0563将近 10 年前
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 未加载
ufo将近 10 年前
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 未加载
JimDabell将近 10 年前
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>
swalsh将近 10 年前
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 未加载