You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Welcome to AIOHTTP¶ Asynchronous HTTP Client/Server for asyncio and Python. Current version is 3.9.5. Key Features¶ Supports both Client and HTTP Server. Supports both Server WebSockets and Client WebSockets out-of-the-box without the Callback Hell. Web-server has Middlewares, Signals and pluggable routing. Library Installation¶
はじめに この記事はGo Advent Calendar 2016 の7日目の記事です。 アローラ!azihsoynです。会社でQiita Teamを使ってますがQiitaの方に投稿するのは初だったりします。 今回はgoでコレクション操作をするライブラリ gollectionを作ったのでGoでライブラリを公開までの流れとTipsなどを交えて紹介しようと思います。 gollectionとは こういうことができるようになるライブラリです func main() { arr := []int{1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10} res, _ := gollection.New(arr). Distinct(). Filter(func(v int) bool { return v%2 == 0 }). Sor
go で、html fillinform をしたかったので、@gfx さんの HTML::FillInForm::Lite を go に移植しました。こちら→ fillinform 同様の機能をもつパッケージには、htmlfiller がありました。こちらは regexp ではなく exp-html をつかっています。 まずは愚直に regexp の実装をそのまま移植してみたんですが、なにしろ go の regexp が遅かったので、調べてみると go の regexp が遅いのは 天地開闢から周知の事実でした。 今もあまり変わってないようです。 ということで、このままだと perl の高速な regexp には到底太刀打ち出来ないので regexp を使わないようにできそうなところとか、そもそも自分の残念な go 実装を書き換えました。 unquote を bytes.Trim に fu
What It Does Binds http.Request to struct Data validation Error handling Why It Helps Remove binding, validation, and error handling from your application logic Reads the Content-Type to determine for you how to deserialize No middleware: just a function call Use with Negroni, gocraft/web, std lib, etc. How It Looks myStruct := new(MyStruct) errs := binding.Bind(req, myStruct) if errs.Handle(respo
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く