{"payload":{"pageCount":1,"repositories":[{"type":"Public","name":"iron","owner":"iron","isFork":false,"description":"An Extensible, Concurrent Web Framework for Rust","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":9,"issueCount":47,"starsCount":6120,"forksCount":401,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2022-11-22T03:43:59.994Z"}},{"type":"Public","name":"iron-sessionstorage","owner":"iron","isFork":false,"description":"Session middleware for Iron","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":3,"issueCount":8,"starsCount":18,"forksCount":14,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-02-24T20:46:43.854Z"}},{"type":"Public","name":"logger","owner":"iron","isFork":false,"description":"Morgan-inspired request logger middleware for Iron","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":5,"starsCount":25,"forksCount":37,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-02-24T20:45:56.699Z"}},{"type":"Public","name":"urlencoded","owner":"iron","isFork":false,"description":"Urlencoded middleware for Iron","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":3,"issueCount":6,"starsCount":22,"forksCount":28,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2020-02-24T20:43:00.872Z"}},{"type":"Public","name":"router","owner":"iron","isFork":false,"description":"Router middleware for the Iron web framework.","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":1,"issueCount":13,"starsCount":165,"forksCount":74,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-08-13T11:46:15.811Z"}},{"type":"Public","name":"staticfile","owner":"iron","isFork":false,"description":"Static file-serving middleware for the Iron web framework.","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":1,"issueCount":14,"starsCount":63,"forksCount":56,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-02-20T16:39:18.645Z"}},{"type":"Public","name":"body-parser","owner":"iron","isFork":false,"description":"JSON body parsing for iron","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":1,"issueCount":1,"starsCount":54,"forksCount":27,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-02-11T22:28:59.055Z"}},{"type":"Public","name":"mount","owner":"iron","isFork":false,"description":"Mounting middleware for Iron","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":3,"issueCount":6,"starsCount":48,"forksCount":36,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-10-19T10:56:31.267Z"}},{"type":"Public","name":"persistent","owner":"iron","isFork":false,"description":"Middleware for sharing data between requests","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":3,"starsCount":43,"forksCount":29,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-10-19T10:04:14.368Z"}},{"type":"Public","name":"iron.github.io","owner":"iron","isFork":false,"description":"Landing page for iron, served at:","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"HTML","color":"#e34c26"},"pullRequestCount":1,"issueCount":6,"starsCount":4,"forksCount":10,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-09-07T16:56:50.626Z"}},{"type":"Public","name":"iron-test","owner":"iron","isFork":false,"description":"Utilities for testing Iron and Iron Middleware","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":2,"starsCount":27,"forksCount":33,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-27T02:04:34.268Z"}},{"type":"Public","name":"params","owner":"iron","isFork":false,"description":"","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":5,"starsCount":33,"forksCount":27,"license":"Apache License 2.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-27T01:39:40.590Z"}},{"type":"Public","name":"build-doc","owner":"iron","isFork":false,"description":"","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":null,"pullRequestCount":1,"issueCount":0,"starsCount":0,"forksCount":2,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-04-14T14:55:53.104Z"}},{"type":"Public","name":"ferrite","owner":"iron","isFork":false,"description":"Batteries-included application setup built on Iron","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":3,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2016-11-01T19:50:36.570Z"}},{"type":"Public","name":"compress","owner":"iron","isFork":false,"description":"Compression AfterMiddleware for Iron","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":3,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2015-05-12T22:36:26.083Z"}},{"type":"Public","name":"byexample","owner":"iron","isFork":false,"description":"An examples-driven tutorial for learning how to write web applications using Iron","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":51,"forksCount":1,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2015-05-10T22:06:54.572Z"}},{"type":"Public","name":"iron-doc","owner":"iron","isFork":false,"description":"A server for the iron documentation.","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"Rust","color":"#dea584"},"pullRequestCount":0,"issueCount":1,"starsCount":2,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2014-08-20T04:06:12.809Z"}}],"repositoryCount":17,"userInfo":null,"searchable":true,"definitions":[],"typeFilters":[{"id":"all","text":"All"},{"id":"public","text":"Public"},{"id":"source","text":"Sources"},{"id":"fork","text":"Forks"},{"id":"archived","text":"Archived"},{"id":"template","text":"Templates"}],"compactMode":false},"title":"Repositories"}